export * from './format';
export * from './tag-format';
export declare const diffConv: (diff: string) => "E" | "H" | "N" | "E+" | "EX";
