import * as p_di from 'pareto-core/interface/schema';
export declare namespace Lines_ {
    namespace L {
        type text = string;
        type indentation = number;
    }
    type L = {
        readonly 'text': L.text;
        readonly 'indentation': L.indentation;
    };
}
export type Lines_ = p_di.List<Lines_.L>;
export type { Lines_ as Lines, };
