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 TRemoveReadonlyOperation ? TRemoveReadonlyOperation : Type> = Result; export type TRemoveReadonlyAction> = Result; export declare function RemoveReadonlyAction(type: Type, options: TSchemaOptions): TRemoveReadonlyAction; export type TRemoveReadonlyInstantiate> = TRemoveReadonlyAction; export declare function RemoveReadonlyInstantiate(context: Context, state: State, type: Type, options: TSchemaOptions): TRemoveReadonlyInstantiate; export {};