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