import { B3TRGovernor, XAllocationVoting } from "../../typechain-types";
export declare const proposeUpgradeGovernance: (governor: B3TRGovernor, xAllocationVoting: XAllocationVoting) => Promise<void>;
