import { type TSchema, type TSchemaOptions } from '../../types/schema.mjs'; import { type TProperties } from '../../types/properties.mjs'; import { type TReadonly } from '../../types/_readonly.mjs'; import { type TState, type TInstantiateType } from '../instantiate.mjs'; type TAddReadonlyOperation> = Result; export type TAddReadonlyAction> = Result; export declare function AddReadonlyAction(type: Type, options: TSchemaOptions): TAddReadonlyAction; export type TAddReadonlyInstantiate> = TAddReadonlyAction; export declare function AddReadonlyInstantiate(context: Context, state: State, type: Type, options: TSchemaOptions): TAddReadonlyInstantiate; export {};