import { IExif } from "./interfaces"; export declare const dump: (originalExifObj: IExif) => string;