import { TransactionLogEvent } from './types'; declare type StreamResult = TransactionLogEvent | { error: { description?: string; type: string; }; }; export declare function getJsonStream(url: string, token?: string): Promise>; export {}; //# sourceMappingURL=getJsonStream.d.ts.map