export declare class ReplaySessionMetadata { readonly sessionId?: string; readonly offset?: string; readonly stepCount?: number; constructor(init?: { sessionId?: string; offset?: string; stepCount?: number; }); }