import { Path } from './Path.js';
export declare class Paths extends Array<Path> {
    toArxData(): {
        paths: import("arx-convert/types").ArxPath[];
    };
    empty(): void;
}
