import { web3 } from "@project-serum/anchor"; /** * Returns true if being run inside a web browser, * false if in a Node process */ export declare const isBrowser: string | true; export declare const programAddress: web3.PublicKey; export declare const tokenMint: web3.PublicKey; export declare const uploader: web3.PublicKey; export declare const emissions: web3.PublicKey; export declare const SHDW_DRIVE_ENDPOINT = "https://shadow-storage.genesysgo.net"; //# sourceMappingURL=common.d.ts.map