import { CurveAccount } from '../../domain'; import { MoonshotToken } from '../typechain-types'; export declare function getCurveAccount(token: MoonshotToken): Promise; //# sourceMappingURL=getCurveAccount.d.ts.map