import { ITextSelection } from "../_types/ITextSelection"; import { ITextEditTarget } from "./_types/ITextEditTarget"; /** * Pastes the selected text * @param targetField The text field ot move the cursor for * @param caret The caret to insert the text at * @returns Whether any text was pasted */ export declare function pasteText(targetField: ITextEditTarget, caret?: ITextSelection): boolean; //# sourceMappingURL=pasteText.d.ts.map