import { CachedBeaconStateGloas } from "../types.ts"; /** * Processes the builder pending payments from the previous epoch. */ export declare function processBuilderPendingPayments(state: CachedBeaconStateGloas): void; //# sourceMappingURL=processBuilderPendingPayments.d.ts.map