/** * This step validates the presence of attributes on an object */ export declare const validatePresenceOfStep: import("@medusajs/framework/workflows-sdk").StepFunction<{ entity: Record; fields: string[]; }, unknown>; //# sourceMappingURL=validate-presence-of.d.ts.map