import { ConnectionInfo, PollOptions } from './types'; export declare function fetchJson(connection: string | ConnectionInfo, json: string, processFunc: (value: any) => any): Promise; export declare function poll(func: () => Promise, options?: PollOptions): Promise; //# sourceMappingURL=web.d.ts.map