export type formatData = Record; import type { Arrayable, Nullable } from '../types'; import type { FormatOptions } from './typings'; export declare function format(data: T[], value: Arrayable, options?: FormatOptions): Array>;