import { type Logger } from './logger';
/**
 * Allows debug helpers attachement to the window object
 * @internal
 */
export declare function attachDebugger(key: string, thebugger?: any, logger?: Logger): void;
