import { Environment, Protocol } from './types/index.js'; export declare function getConfig(key: 'apiUrl'): string; export declare function getConfig(key: 'environment'): Environment; export declare function getConfig(key: 'protocol'): Protocol; export declare function getConfig(key: 'blob'): string;