export declare class ReplayValuePreview { readonly kind: string; readonly display: string; constructor(init: { kind: string; display: string; }); }