import type { PublicKey } from "@solana/web3.js"; import { TransactionInstruction } from "@solana/web3.js"; export declare const pauseInstruction: (programId: PublicKey, tokenSwapKey: PublicKey, authority: PublicKey) => TransactionInstruction; //# sourceMappingURL=pause.d.ts.map