export interface RawFeePerBytePolicyChange extends RawPolicyChangeBase { readonly type: 'FeePerByte'; readonly value: BigNumber; }