import { Signal } from "./Signal"; export declare function useSignal(initialValue: T): Signal; //# sourceMappingURL=useSignal.d.ts.map