import { SDKConfig } from './types';
export declare const setSDKConfig: (config: SDKConfig) => void;
export declare const getSDKConfig: () => SDKConfig;
