export declare function deprecated(options: { old: string; new: string; }): (() => void);