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