export interface ListCheckpointsOptions { serverUrl?: string; json?: boolean; } export declare function listCheckpoints(sessionId: string, options: ListCheckpointsOptions): Promise; //# sourceMappingURL=checkpoints.d.ts.map