import type { BundleIssue, BundleStatistics } from './bundle-reference-types'; export declare function isTransactionOrBatchBundle(bundle: any): boolean; export declare function getBundleType(bundle: any): string | null; export declare function validateBundleStructure(bundle: any): BundleIssue[]; export declare function getBundleStatistics(bundle: any): BundleStatistics; //# sourceMappingURL=bundle-inspection.d.ts.map