import { PublicKey } from '@solana/web3.js';
import { PoolState } from '../raydium_client/accounts';
export interface RaydiumPoolWithAddress {
    poolState: PoolState;
    address: PublicKey;
}
export default RaydiumPoolWithAddress;
//# sourceMappingURL=RaydiumPoolWithAddress.d.ts.map