export interface Row {
    indent: number;
    text: string;
}
export declare const parseToRows: (input: string) => Row[];
//# sourceMappingURL=Row.d.ts.map
