export interface RunStorageLayout { stateRef: string; pendingRef: string; trajectoryRef: string; contextRef: string; artifactsRef: string; checkpointRef: string; snapshotsRef: string; } export declare const CLASSIC_RUN_STORAGE: Readonly; export declare const NATIVE_RUN_STORAGE: Readonly; export declare function assertRunStorageRef(value: string): void; export declare function assertRunStorageLayout(storage: Readonly): void; //# sourceMappingURL=storage-layout.d.ts.map