export interface ProcessBlockOpts { verifySignatures?: boolean; } export declare enum ProposerRewardType { attestation = "attestation", syncAggregate = "sync_aggregate", slashing = "slashing" } //# sourceMappingURL=types.d.ts.map