/**
 * Prepares the text for correct processing.
 *
 * Some changes should be reverted in the {@link finalize} step.
 */
export declare const prepare: import("./types").TaraskStep<object>;
