import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit";
export interface TogglePairStatusAccounts {
    lbPair: Address;
    admin: TransactionSigner;
}
export declare function togglePairStatus(accounts: TogglePairStatusAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=togglePairStatus.d.ts.map