declare const noop: { (): void; readonly __mock__: true; }; export default noop;