import { Address, AccountMeta, AccountSignerMeta, Instruction, TransactionSigner } from "@solana/kit"; import * as types from "../types"; export declare const DISCRIMINATOR: Buffer; export interface UpdateGlobalConfigArgs { update: types.UpdateKVaultGlobalConfigModeKind; } export interface UpdateKVaultGlobalConfigAccounts { globalAdmin: TransactionSigner; globalConfig: Address; } export declare const layout: import("buffer-layout").Layout; export declare function updateGlobalConfig(args: UpdateGlobalConfigArgs, accounts: UpdateKVaultGlobalConfigAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=updateGlobalConfig.d.ts.map