export = deprecate; // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type declare function deprecate(fn: T, message: string): T;