export declare const DEBUG: boolean; export declare const log: (text: string, color?: string) => void; export declare const logDebug: (text: string, color?: string) => void; export declare const bgLog: (text: string, color?: string) => void;