import type { IOAction } from "./types/index.js";
/**
 * This `IOAction` applies any `"default"`s defined in the schema. Attribute
 * defaults are applied to an item when it either does not contain the attribute
 * as an own-property, or the attribute value is `null`/`undefined`.
 */
export declare const setDefaults: IOAction;
//# sourceMappingURL=setDefaults.d.ts.map