declare class WebSdk {
    constructor(sdk?: any, env?: string);
    get(keyName: String, ...rest: []): Promise<{}>;
    static _catchError: (resolve: Function, reject: Function, rest: any, _catch_error?: any) => void;
}
export default WebSdk;
