type Deprecation = { replaceWith: (replacement: string) => void; }; declare const _default: (what: string) => Deprecation; export default _default; //# sourceMappingURL=deprecate.d.ts.map