import type { Event, Store } from "effector"; export declare function readonly(store: Store): Store; export declare function readonly(event: Event): Event;