import { BlockResponse } from '@mavrykdynamics/taquito-rpc'; import { Observable } from 'rxjs'; import { OperationContent, Subscription } from './interface'; export declare function createObservableFromSubscription(sub: Subscription): Observable;