export declare const getIsDebugMode: () => boolean; export declare const setDebugMode: (isDebug: boolean) => void;