import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface TogglePairStatusAccounts {
    lbPair: PublicKey;
    admin: PublicKey;
}
export declare function togglePairStatus(accounts: TogglePairStatusAccounts, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=togglePairStatus.d.ts.map