import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { YVault, YVaultInterface } from "../../static/YVault"; export declare class YVault__factory { static readonly abi: ({ name: string; inputs: { name: string; type: string; indexed: boolean; }[]; anonymous: boolean; type: string; stateMutability?: undefined; outputs?: undefined; gas?: undefined; } | { stateMutability: string; type: string; name: string; inputs: { name: string; type: string; }[]; outputs: { name: string; type: string; }[]; gas: number; anonymous?: undefined; } | { stateMutability: string; type: string; name: string; inputs: { name: string; type: string; }[]; outputs: { name: string; type: string; }[]; anonymous?: undefined; gas?: undefined; })[]; static createInterface(): YVaultInterface; static connect(address: string, signerOrProvider: Signer | Provider): YVault; } //# sourceMappingURL=YVault__factory.d.ts.map