import { Bundle, BundleDto } from "./types"; export declare function bundleToDto(bundle: Bundle): BundleDto; export declare function bundleFromDto(bundleDto: BundleDto): Bundle; //# sourceMappingURL=conversions.d.ts.map