import { type Signal } from "@qwik.dev/core"; export declare function useStoreSignal(store: Record, key: keyof typeof store): Signal;