import { PoolTemplate } from "../PoolTemplate.js"; export declare const withdrawImbalanceWrapped2argsMixin: { _withdrawImbalanceWrapped(this: PoolTemplate, _amounts: bigint[], slippage?: number, estimateGas?: boolean): Promise; withdrawImbalanceWrappedEstimateGas(this: PoolTemplate, amounts: (number | string)[], slippage?: number): Promise; withdrawImbalanceWrapped(this: PoolTemplate, amounts: (number | string)[], slippage?: number): Promise; }; export declare const withdrawImbalanceWrapped3argsMixin: { _withdrawImbalanceWrapped(this: PoolTemplate, _amounts: bigint[], slippage?: number, estimateGas?: boolean): Promise; withdrawImbalanceWrappedEstimateGas(this: PoolTemplate, amounts: (number | string)[], slippage?: number): Promise; withdrawImbalanceWrapped(this: PoolTemplate, amounts: (number | string)[], slippage?: number): Promise; };