export interface RawPolicyChangeBase { readonly type: RawPolicyChange['type']; readonly index: BigNumber; }