import type { DataFn } from "libskynet"; export declare function refreshGatewayList(): Promise; export declare function fetchIpfs(hash: string, path: string | undefined, receiveUpdate: DataFn): Promise; export declare function statIpfs(hash: string, path?: string): Promise; export declare function fetchIpns(hash: string, path: string | undefined, receiveUpdate: DataFn): Promise; export declare function statIpns(hash: string, path?: string): Promise; //# sourceMappingURL=index.d.ts.map