declare function dumpProject(out?: any, options?: any): void; declare function diffReleases(dump: string | object, srcTag: string, dstTag: string): any; export declare const Dump: { create: typeof dumpProject; diffReleases: typeof diffReleases; }; export {};