import { Callable } from "./Callable"; import { Resource } from "./Resource"; import { Static } from "./Static"; import { Field } from "./Field"; import { Path } from "./fields/Path"; export declare class Map extends Callable { static get(this: Static, path: string | Path | Callable): Resource; field(name: string): Field; } //# sourceMappingURL=Map.d.ts.map