import { PdfPageSelection } from "../../../public/types";
export declare function replaceText(id: string, currentText: string, newText: string, destPageIndices?: PdfPageSelection): Promise<void>;
export declare function extractAllText(id: string, destPageIndices?: PdfPageSelection): Promise<string>;
//# sourceMappingURL=text.d.ts.map