export declare type Logger = (msg: string) => void; export declare function showDeprecationWarning(message: string, uniqueIdentifier?: any, logger?: Logger): void;