import type { State, Values } from '../../types/correlation.js'; /** * Builds a state from current values and an optional molecular formula. * * @param {Values} values * @param {string} mf */ export declare function buildState(values: Values, mf: string): State; //# sourceMappingURL=buildState.d.ts.map