interface DeprecatedInterface { name?: string; } declare type Deprecated = DeprecatedInterface & string; export declare function isDeprecated(fn: Deprecated, version?: string): void; export {}; //# sourceMappingURL=deprecate.d.ts.map