import type { ValidationIssue } from '../types'; export declare function validateBundleCrossEntryReferences(bundle: any, bundleType: string | null, strictRefs?: boolean): ValidationIssue[]; //# sourceMappingURL=bundle-cross-entry-references.d.ts.map