/**
 * Governs the algorithm used to find units based on their derived units. The DerivedUnitSearchMode
 * is mapped to the {@link FactorUnitMatchingMode} which governs individual unit/factor unit
 * matching.
 */
export declare enum DerivedUnitSearchMode {
    /** Return all matching units. */
    ALL = 0,
    /**
     * Return the best matching unit.
     */
    BEST_MATCH = 1
}
//# sourceMappingURL=derivedUnitSearchMode.d.ts.map
