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