import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit";
export interface UpdateGlobalConfigAdminAccounts {
    pendingGlobalAdmin: TransactionSigner;
    globalConfig: Address;
}
export declare function updateGlobalConfigAdmin(accounts: UpdateGlobalConfigAdminAccounts, programAddress?: Address): IInstruction<string, readonly (import("@solana/kit").IAccountLookupMeta<string, string> | IAccountMeta<string>)[]>;
//# sourceMappingURL=updateGlobalConfigAdmin.d.ts.map