import { Address, IInstruction, TransactionSigner } from "@solana/kit";
export interface SetDefaultProtocolFeeRateArgs {
    defaultProtocolFeeRate: number;
}
export interface SetDefaultProtocolFeeRateAccounts {
    whirlpoolsConfig: Address;
    feeAuthority: TransactionSigner;
}
export declare const layout: import("buffer-layout").Layout<unknown>;
export declare function setDefaultProtocolFeeRate(args: SetDefaultProtocolFeeRateArgs, accounts: SetDefaultProtocolFeeRateAccounts, programAddress?: Address): IInstruction;
//# sourceMappingURL=setDefaultProtocolFeeRate.d.ts.map