import { AnchorWallet } from '../types/vault'; export declare const placeBid: (euroMetaAddress: string, collateralKey: string, optionMintKey: string, price: number, size: number, wallet: AnchorWallet, isMainnet: boolean) => Promise; export declare const cancelAllBidsForMarket: (serumMarketKey: string, euroMetaAddress: string, collateralKey: string, optionMintKey: string, wallet: AnchorWallet, isMainnet?: boolean) => Promise; //# sourceMappingURL=orderFunctions.d.ts.map