import { type Store } from "effector"; export declare function storify(value: T | Store, config: { name: string; sid: string; }): Store;