interface ConfigServiceInterface {
    get?(name: string): string;
    getNamespace(): string;
    getServiceName(): string;
}
export { ConfigServiceInterface, };
//# sourceMappingURL=ConfigServiceInterface.d.ts.map