export interface DiffIROptions { json?: boolean; sql?: boolean; prisma?: boolean; output?: string; dryRun?: boolean; } export declare function diffIRCommand(oldIRPath: string, newIRPath: string, options?: DiffIROptions): Promise; //# sourceMappingURL=ir-diff.d.ts.map