export type PartitivePresence = 'required' | 'optional'; export declare const PARTITIVE_PRESENCE: import("./enum.js").EnumBundle<{ readonly REQUIRED: "required"; readonly OPTIONAL: "optional"; }>; export declare const PARTITIVE_PRESENCE_VALUES: readonly ("required" | "optional")[]; export declare const DEFAULT_PRESENCE: PartitivePresence; export declare const isValidPresence: (value: unknown) => value is "required" | "optional"; //# sourceMappingURL=partitive-presence.d.ts.map