/** * this is NOT meant to be machine readable, just unique. * and it should make logical sense to a human. It is LOSSY, * e.g. null and '' (empty string) become the same thing. */ export declare const getConditionId: (iff: Record) => string;