import { Coordinate } from "..";
export declare function coordinate(x: number, y: number, z: number): Coordinate;
