/**
 * This script deploys the RelayerRewardsPool contract required for auto-voting functionality.
 * This must be deployed BEFORE upgrading XAllocationVoting to v8 and VoterRewards to v6.
 */
export declare function main(): Promise<void>;
