import { type AllowedAxis, type Axis } from '../internal-types'; export declare function isAxisAllowed(axis: Axis, allowedAxis: AllowedAxis): boolean;