export declare class ConfigService { static config: { apiKey: string; apiSecret: string; instanceName: string; }; static get(code: any): any; static set(code: any, value: any): void; static init(value: any): void; }