export declare const DEFAULT_GATEWAY_HOST = "https://nftstorage.link"; export declare const isBrowser: boolean; export declare function makeGatewayURL(cid: string, path: string, host?: string): string; export declare function makeIPFSURI(cid: string, path: string): string; //# sourceMappingURL=utils.d.ts.map