interface Diff {
    cost: number;
}
export type { Diff };
