export declare class ReplayScope { readonly frameId?: string; readonly name?: string; readonly variables: readonly unknown[]; constructor(init?: { frameId?: string; name?: string; variables?: readonly unknown[]; }); }