export interface RawUnblockAccountPolicyChange extends RawPolicyChangeBase { readonly type: 'UnblockAccount'; readonly value: AddressString; }