import * as _resolved from "../generated/interface/schemas/lines/unconstrained";
import { Raw_Or_Normal_Dictionary } from 'exupery-core-data/dist/shorthands/unconstrained';
export declare namespace d {
    const file: (lines: _resolved.Lines) => _resolved.Directory.D;
    const directory: (children: Raw_Or_Normal_Dictionary<_resolved.Directory.D>) => _resolved.Directory.D;
}
