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