import { PredefinedFormats } from './enums';
export declare const PredefinedFormatToCheckFunction: Readonly<Record<PredefinedFormats, (name: string) => boolean>>;
//# sourceMappingURL=format.d.ts.map