/** * @internal */ export interface ConditionalReadOnlyContextValue { readOnly?: boolean; } //# sourceMappingURL=types.d.ts.map