export interface RawBlockAccountPolicyChange extends RawPolicyChangeBase { readonly type: 'BlockAccount'; readonly value: AddressString; }