/// <reference types="node" />
export declare function handleContext(_t_old: Buffer | string, meta?: {
    options?: {
        textlayout?: {
            allow_lf2?: boolean;
        };
    };
}): string;
export default handleContext;
