import type { ChunkPlan } from './types.js'; export declare function encodeChunkPlanForPersistence(plan: ChunkPlan): ChunkPlan; export declare function decodeChunkPlanFromPersistence(plan: ChunkPlan): ChunkPlan; //# sourceMappingURL=boundary-codec.d.ts.map