/// import { Connection, Keypair } from '@solana/web3.js'; import { TensorSwapSDK, TensorWhitelistSDK } from '@tensor-oss/tensorswap-sdk'; export { TensorSwapSDK, TensorWhitelistSDK } from '@tensor-oss/tensorswap-sdk'; export declare const testInitWLAuthority: ({ conn, cosigner, owner, wlSdk, }: { conn: Connection; cosigner: Keypair; owner: Keypair; wlSdk: TensorWhitelistSDK; }) => Promise<{ authPda: import("@solana/web3.js").PublicKey; owner: Keypair; }>; export declare const testInitTSwap: ({ wlSdk, swapSdk, conn, cosigner, owner, }: { wlSdk: TensorWhitelistSDK; swapSdk: TensorSwapSDK; conn: Connection; cosigner: Keypair; owner: Keypair; }) => Promise<{ tswapPda: import("@solana/web3.js").PublicKey; }>; //# sourceMappingURL=tensorswap.d.ts.map