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