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