/// import { OptionChain, OptionVault, TradingAccount } from "../../types"; import { AccountInfo, PublicKey } from "@solana/web3.js"; export declare const processOptionChain: (optionChainId: PublicKey, optionChainData: any) => OptionChain; export declare const processOptionVault: (optionVaultData: any) => OptionVault; export declare const processTradingAccount: (tradingAccountKey: PublicKey, tradingAccountData: any) => TradingAccount; export declare const processPriceData: (data: any) => number[]; export declare const decodeTokenAccount: (address: PublicKey, info: AccountInfo) => number; export declare const processTokenBalance: (address: PublicKey, data: any) => import("@solana/spl-token").Account; //# sourceMappingURL=processing.d.ts.map