declare const deprecated: (oldName: string, newName?: string | undefined, link?: string | undefined) => (target: unknown, propertyKey: string, descriptor: PropertyDescriptor) => void; declare const deprecationWarning: (warning?: string | undefined) => void; export { deprecated, deprecationWarning };