import { type PlaceholderSession } from "./session.js"; export declare function restoreText(input: string, session: PlaceholderSession): string;