export declare class BufferDiffer { static createDelta(first: string[], second: string[]): string[]; }