import { FormatParams } from '../_internals/format/format'; export type FormatCnhOptions = Pick; export declare const formatCnh: (value: string | number, options?: FormatCnhOptions) => string;