import { Address, AccountMeta, AccountSignerMeta, Instruction, TransactionSigner } from "@solana/kit"; export declare const DISCRIMINATOR: Buffer; export interface UpdateGlobalConfigAdminAccounts { pendingAdmin: TransactionSigner; globalConfig: Address; } export declare function updateGlobalConfigAdmin(accounts: UpdateGlobalConfigAdminAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=updateGlobalConfigAdmin.d.ts.map