import { IERC20Snapshot } from "../interfaces"; import { ERC20 } from "./erc20"; export declare class ERC20Snapshot extends ERC20 implements IERC20Snapshot { getBalanceAt(account: string, snapshotId: any): Promise; getTotalSupplyAt(snapshotId: any): Promise; }