import type { Point } from '../../geometry/index.js';
/**
 * Get the anti-clockwise angle in degrees between the MBR and a horizontal line.
 * @param mbr - MBR to process.
 * @returns The angle in degrees.
 */
export declare function getMbrAngle(mbr: readonly Point[]): number;
//# sourceMappingURL=getMbrAngle.d.ts.map