import "@openzeppelin/hardhat-upgrades";
export type TokenArgs = [string, string];
export declare const deploySuperGoodDollar: (signer: any, sfContracts: any, tokenArgs?: any[]) => Promise<{
GoodDollar: import("ethers").Contract;
Identity: import("ethers").Contract;
}>;