import {PathDisplaySpec} from "./PathDisplaySpec";

export class PathDisplay {
    public readonly specs: PathDisplaySpec[]

    static from(...specs: PathDisplaySpec[]): PathDisplay

    fromJSON(json: any): void
}
