import type { ValidationIssue } from '../types'; export declare function validateBundleFullUrls(bundle: any, bundleType: string | null): ValidationIssue[]; export declare function validateBundleEntryIdConsistency(bundle: any): ValidationIssue[]; export declare function validateBundleLinkRelations(bundle: any): ValidationIssue[]; export declare function bundleHasDuplicateEntryIds(bundle: any): boolean; export declare function detectDuplicateBundleEntries(bundle: any): ValidationIssue[]; //# sourceMappingURL=bundle-entry-rules.d.ts.map