import { Subscribe, Watch } from './interface'; declare const subscribe: Subscribe; declare const watch: Watch; export { subscribe, watch }; //# sourceMappingURL=subscribe.d.ts.map