import { Change } from "./change.dto"; export declare type Operation = { source: string; output: string; changes: Change[]; };