import { PoolTemplate } from "../PoolTemplate.js"; export declare const withdrawExpectedMixin: { withdrawExpected(this: PoolTemplate, lpTokenAmount: number | string): Promise; withdrawExpectedBigInt(this: PoolTemplate, lpTokenAmount: bigint): Promise; }; export declare const withdrawExpectedLendingOrCryptoMixin: { withdrawExpected(this: PoolTemplate, lpTokenAmount: number | string): Promise; withdrawExpectedBigInt(this: PoolTemplate, lpTokenAmount: bigint): Promise; }; export declare const withdrawExpectedMetaMixin: { withdrawExpected(this: PoolTemplate, lpTokenAmount: number | string): Promise; withdrawExpectedBigInt(this: PoolTemplate, lpTokenAmount: bigint): Promise; }; export declare const withdrawWrappedExpectedMixin: { withdrawWrappedExpected(this: PoolTemplate, lpTokenAmount: number | string): Promise; withdrawWrappedExpectedBigInt(this: PoolTemplate, lpTokenAmount: bigint): Promise; };