export declare function noop(): void; export declare function asyncNoop(): Promise; export declare function constNoop(value: T): () => T; export declare function asyncConstNoop(value: T): () => Promise; export type Noop = typeof noop; //# sourceMappingURL=noop.d.ts.map