declare type TransformInputForDisplayOutputs = { typingArea: HTMLElement; copyButton: HTMLElement; chars: string[]; }; export declare function prepareEmptyInputLine(line: HTMLElement, pfx: string): TransformInputForDisplayOutputs; export {};