/** * Isotope value */ export declare type IsotopeValue = string | number | boolean | object; /** * Isotope format encoding for values */ export declare type IsotopeFormatEncoding = "json" | "text";