export declare function warning(message: any): void; export declare function note(message: any): void; export declare function resetWarned(): void; export declare function call(method: (message: string) => void, message: string): void; export declare function warningOnce(string: string): void; export declare function noteOnce(string: string): void; export default warningOnce;