/** * `chaosbringer parity --left URL --right URL --paths file [--output file]`. * See `parity.ts` for design notes. */ export declare function runParityCli(argv: string[]): Promise; //# sourceMappingURL=parity-cli.d.ts.map