import { type BuiltInSettings } from './builtInSettings.js'; /** * Get any applicable built-in settings for the given package name and version. * * NOTE: This should usually not be called directly from outside the `@ms-cloudpack/config` package. * It's just exported so tests can check their assumptions about what built-in settings exist. */ export declare function getBuiltInSettings(params: { name: string; version: string | undefined; }): BuiltInSettings | undefined; //# sourceMappingURL=getBuiltInSettings.d.ts.map