export declare function isOrthogonal(matrix: number[][]): boolean;
