import type { Signer } from "ethers"; /** * Register an operator for sortition: mint license, bond, register, * fund ticket balance, and add to the ciphernode registry. */ export declare function setupOperatorForSortition(operator: Signer, bondingRegistry: any, licenseToken: any, usdcToken: any, ticketToken: any, registry: any): Promise; //# sourceMappingURL=operators.d.ts.map