import * as web3 from '@solana/web3.js'; export declare type CloseMarketInstructionAccounts = { market: web3.PublicKey; owner: web3.PublicKey; clock: web3.PublicKey; }; export declare function createCloseMarketInstruction(accounts: CloseMarketInstructionAccounts): web3.TransactionInstruction;