import { Opt } from "@effect-ts-app/core/Option"; import * as S from "../_schema.js"; import type { DefaultSchema } from "./withDefaults.js"; export declare const optionFromNullIdentifier: S.Annotation<{ self: S.SchemaAny; }>; export declare function optionFromNull(self: S.Schema): DefaultSchema, Opt, Encoded | null, Api>; //# sourceMappingURL=optionFromNull.d.ts.map