export interface RawGasPerBlockPolicyChange extends RawPolicyChangeBase { readonly type: 'GasPerBlock'; readonly value: BigNumber; }