import type { PartialContext } from '../types/Context.js'; import type { OverrideOptions } from '../types/OverrideOptions.js'; /** * Given a package name, import path, and optional issuerUrl, returns a boolean indicating if the given * override is valid. */ export declare function validateOverride(options: Omit, context: PartialContext<'packages', 'config' | 'resolveMap'>): Promise; //# sourceMappingURL=validateOverride.d.ts.map