import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit";
import * as types from "../types";
export interface SetCustodyGlobalLimitArgs {
    params: types.SetCustodyGlobalLimitParamsFields;
}
export interface SetCustodyGlobalLimitAccounts {
    keeper: TransactionSigner;
    custody: Address;
}
export declare const layout: import("buffer-layout").Layout<unknown>;
export declare function setCustodyGlobalLimit(args: SetCustodyGlobalLimitArgs, accounts: SetCustodyGlobalLimitAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=setCustodyGlobalLimit.d.ts.map