export declare const SDD = 4; export declare const DD31 = 5; export declare const V6 = 6; export declare const V7 = 7; export declare const Latest = 7; export type SDD = typeof SDD; export type DD31 = typeof DD31; export type V6 = typeof V6; export type V7 = typeof V7; export type Latest = typeof Latest; //# sourceMappingURL=format-version-enum.d.ts.map