export declare type Config = { keyLocation: string; serverBaseUrl: string; }; export declare const config: Config;