import makeDebug from 'debug'; declare const todo: makeDebug.Debugger; declare const unsupported: makeDebug.Debugger; declare const debug: makeDebug.Debugger; export declare function warn(message: string, ...params: any[]): void; export declare function throwOnWarnings(hooks?: NestedHooks): void; export declare function expectWarning(pattern: RegExp, fn: () => void): boolean; export { todo, unsupported, debug };