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