export declare class ConfigService {
    private config;
    private pkg;
    constructor();
    get(key: string): any;
    set(key: string, value: any): any;
}
//# sourceMappingURL=config.service.d.ts.map