export declare class ReplaySessionRequest { readonly offset: string; constructor(init: { offset: string; }); }