import { Connection } from '@solana/web3.js'; import { MeteoraCP } from './cp-amm'; import { MeteoraLD } from './dlmm'; export declare class PaystreamSDK { cpAmm: MeteoraCP; dlmm: MeteoraLD; private connection; constructor(connection: Connection, rpcEndpoint?: string); static createMainnet(): PaystreamSDK; static createDevnet(): PaystreamSDK; static createTestnet(): PaystreamSDK; static createWithRpc(rpcEndpoint: string): PaystreamSDK; getConnection(): Connection; } //# sourceMappingURL=paystream-sdk.d.ts.map