import type { AppConfig } from '@ms-cloudpack/common-types'; /** * Expand template variables in module resolution paths. * Currently supports `{configDir}` to reference the configuration file's directory. */ export declare function expandModulePaths(params: { appConfig: AppConfig; configPath: string; }): void; //# sourceMappingURL=expandModulePaths.d.ts.map