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