import { Subscription } from '../types';
export declare const rindoSubscription: <T>() => Subscription<T>;
