import type { CreateFormatterOptions } from './types'; type CreateFormatterValidOptionName = keyof CreateFormatterOptions; type CreateFormatterRemovedOptionName = 'table' | 'dec' | 'fixed'; export declare const validFormatterOptions: CreateFormatterValidOptionName[]; export declare const removedFormatterOptions: Record; export {}; //# sourceMappingURL=constants.d.ts.map