export declare const setDebugEnabled: (enabled: boolean) => void; export declare const getDebugEnabled: () => boolean;