/** * Experimental APIs for the Strands Agents TypeScript SDK. * * Everything exported here is experimental and subject to change in future * revisions without notice. */ export { Checkpoint, CHECKPOINT_SCHEMA_VERSION } from './checkpoint.js'; export type { CheckpointPosition, CheckpointData, CheckpointResumeContent } from './checkpoint.js'; export { CheckpointError } from '../errors.js'; //# sourceMappingURL=index.d.ts.map