export declare function eachAxis<T>(handler: (axis: "x" | "y") => T): T[];
