export declare const ConfigProvider: unique symbol; export interface ConfigProvider { get(key: string, defaultValue?: T): T; } //# sourceMappingURL=config-protocol.d.ts.map