import type { CloudpackConfig } from '@ms-cloudpack/common-types'; /** * Checks if a package should never be excluded. * Uses the `neverExcludeDependencies` field in the config or the default list. * @param packageName Name of the package to check. * @param config Cloudpack configuration. * @returns True if the package should never be excluded. */ export declare function neverExclude(packageName: string, config: CloudpackConfig): boolean; //# sourceMappingURL=neverExclude.d.ts.map