import { Lines } from "./types";
export declare const diffling: (original: string, modified: string, offset?: number) => Lines;
