import { ChangeInfo, ServiceScope } from '.'; export type Mode = 'input' | 'output'; export declare function types(mode: Mode, a: ServiceScope, b: ServiceScope): Iterable;