import { IFormatMeta } from '../../interfaces/format-meta.interface';
export declare const FORMATS: {
    [key: string]: IFormatMeta;
};
