declare type Callback = (axis: "x" | "y") => void;
export declare function eachAxis(callback: Callback): void[];
export {};
