import { BigNumberish } from "ethers"; import { Addressish } from "../types"; export declare const usdc: import("../typechain").Usdc; export declare function mintUsdc(account: Addressish, amount?: BigNumberish): Promise; //# sourceMappingURL=udsc.d.ts.map