export declare class Direction {
    degrees: number;
    orientation: string;
    constructor(degrees: number, orientation: string);
}
//# sourceMappingURL=direction.d.ts.map