import type { Any } from '../../../interface'; export declare function transpose(grid: T[][]): T[][];