export declare const debugLog: (...data: any[]) => void;
export declare const errorDebugLog: (...data: any[]) => void;
