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