import type { Signal } from '../Signal'; /** * Renders a signal and subscribes to it, updating the part when the signal changes. * * @public */ export declare const watch: (signal: Signal, converter?: (value: T) => TR) => TR; //# sourceMappingURL=WatchDirective.d.ts.map