/** * Text persisted into the Native Run trajectory must remain readable by every * recovery and repair projection. Keep writers and readers on this one limit. */ export declare const NATIVE_TRAJECTORY_MAX_TEXT_CHARACTERS = 4096; export declare function assertNativeTrajectoryText(value: unknown, label: string): asserts value is string; //# sourceMappingURL=native-trajectory-limits.d.ts.map