import { Program } from "@project-serum/anchor"; import { PublicKey, Signer } from "@solana/web3.js"; import { Dsov } from "../../types"; export declare const initTradingAccountIx: (program: Program, payer: PublicKey, owner: PublicKey, uniqueSeed: number) => Promise; export declare const initTradingAccountRpc: (program: Program, payer: PublicKey, owner: PublicKey, uniqueSeed: number, signers: Signer[]) => Promise; //# sourceMappingURL=init_trading_account.d.ts.map