import { Side } from '../../interface'; export declare function first(array: T[]): T; export declare function last(array: T[]): T; export declare function sideToProperty(side: Side): readonly ["oldStart" | "newStart", "oldLines" | "newLines"];