export interface RawRegisterPricePolicyChange extends RawPolicyChangeBase { readonly type: 'RegisterPrice'; readonly value: BigNumber; }