import { Connection, Keypair, PublicKey } from '@solana/web3.js';
export declare function createGlobal(connection: Connection, payerKeypair: Keypair, tokenMint: PublicKey): Promise<void>;
//# sourceMappingURL=createGlobal.d.ts.map