export function sharedConfigKey<T extends keyof import("../types").ConfigType>(key: T): `*cfg/${T}`;
//# sourceMappingURL=sharedConfigKey.d.ts.map