export declare function getLineInfo(input: string, offset: number): {
    line: number;
    column: number;
};
