import { DeprecationOptions } from "./_namespaces/ts.js"; export declare let enableDeprecationWarnings: boolean; export declare function setEnableDeprecationWarnings(value: boolean): void; export declare function createDeprecation(name: string, options: DeprecationOptions & { error: true; }): () => never; export declare function createDeprecation(name: string, options?: DeprecationOptions): () => void; export declare function deprecate any>(func: F, options?: DeprecationOptions): F; //# sourceMappingURL=deprecate.d.ts.map