export declare function debugLog(component: string, message: string, data?: any): void;
export declare function clearDebugLog(): void;
