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