import { Logger } from "@azimutt/utils"; export type Opts = { format: 'json' | 'postgres'; }; export declare function launchDiff(leftUrl: string, rightUrl: string, opts: Opts, logger: Logger): Promise; //# sourceMappingURL=diff.d.ts.map