type AnyFn = (...args: any[]) => any; export declare function deprecate(fn: F, name: string, replacement: string, removal?: string): F; export declare function _resetDeprecationWarnings(): void; export {};