import type { Fn } from '@bemedev/types';
export type ToStringFlat_F = Fn<[value: number, len: number], string>;
//# sourceMappingURL=types.d.ts.map