/**
 * @file vTokenFactory.ts
 * @author astra <astra@volare.finance>
 * @date 2022
 */
import { Provider } from '@volare.finance/utils.js';
import { ContractInterface } from 'ethers';
export declare class VTokenFactory extends Provider {
    static ABI(): ContractInterface;
}
