export declare class FlowUtils {
    static offsetLines(content: string, by: number, character: string): string;
    static offsetLinesIgnoreFirst(content: string, by: number, character: string): string;
    static offsetLinesCanIgnoreFirstline(content: string, shouldIgnoreFirstLine: boolean, userOffset: number, nodeOffset: number, character: string): string;
}
