export declare class AppearedText { #private; collect(records: readonly MutationRecord[]): void; effect(wrote?: string): { appeared?: string; }; }