import type { SubAxisRecord } from "../types.js"; export declare const SUB_AXES: SubAxisRecord[]; export declare function getSubAxis(id: string): SubAxisRecord | undefined;