export declare const getDebugEndpoint: () => string; export declare const isDebugCaching: () => boolean; export declare const debugSDK: (endpoint: string, disableCaching?: boolean) => void; export declare const verboseSDK: (on: boolean) => void; export declare const clearDebugSDK: () => void;