import { PoolTemplate } from "../PoolTemplate.js"; export declare const withdrawOneCoinExpectedMetaFactoryMixin: { _withdrawOneCoinExpected(this: PoolTemplate, _lpTokenAmount: bigint, i: number): Promise; }; export declare const withdrawOneCoinExpectedZapMixin: { _withdrawOneCoinExpected(this: PoolTemplate, _lpTokenAmount: bigint, i: number): Promise; }; export declare const withdrawOneCoinExpected3argsMixin: { _withdrawOneCoinExpected(this: PoolTemplate, _lpTokenAmount: bigint, i: number): Promise; }; export declare const withdrawOneCoinExpected2argsMixin: { _withdrawOneCoinExpected(this: PoolTemplate, _lpTokenAmount: bigint, i: number): Promise; };