export declare const warnings: Set; /** * Prints with console.error a message only the first time it is used. * * @param message - the warning message */ export declare function warning(message: string): void;