import { VoterRewards } from "../../typechain-types";
import { TestPk } from "./seedAccounts";
export declare const bootstrapEmissions: (contractAddress: string, admin: TestPk) => Promise<void>;
export declare const startEmissions: (contractAddress: string, acct: TestPk) => Promise<void>;
export declare const toggleQuadraticRewarding: (voterRewards: VoterRewards, acct: TestPk) => Promise<void>;
export declare const distributeEmissions: (contractAddress: string, acct: TestPk) => Promise<void>;
