import { Transformation } from '../../text_parsers/transformers.js'; export declare function readTransformation(inputDocument: string, transformationDir: string): Transformation; export declare function writeTransformation(transformation: Transformation, transformationDir: string, indexesPath?: string): void;