import { Address, IInstruction, TransactionSigner } from "@solana/kit";
export interface CollectProtocolFeesAccounts {
    whirlpoolsConfig: Address;
    whirlpool: Address;
    collectProtocolFeesAuthority: TransactionSigner;
    tokenVaultA: Address;
    tokenVaultB: Address;
    tokenDestinationA: Address;
    tokenDestinationB: Address;
    tokenProgram: Address;
}
export declare function collectProtocolFees(accounts: CollectProtocolFeesAccounts, programAddress?: Address): IInstruction;
//# sourceMappingURL=collectProtocolFees.d.ts.map