import { LazyArg } from "@effect-ts-app/core/Function"; import * as S from "../_schema.js"; import type { DefaultSchema } from "./withDefaults.js"; export type OptionalKey = Omit & Partial>; export declare const withDefaultConstructorFieldIdentifier: S.Annotation<{ key: PropertyKey; value: LazyArg; self: S.SchemaAny; }>; export declare function withDefaultConstructorField(key: Key, value: LazyArg): (self: S.Schema) => DefaultSchema, Encoded, Api>; //# sourceMappingURL=withDefaultConstructorField.d.ts.map