import { Arrayable } from '@flowr/types'; declare const getDimension: (arr: Arrayable, dimension?: number) => number; export { getDimension };