import type { NumberArray } from 'cheminfo-types'; /** * Returns a copy of the data as a Float64Array. * @param array - array of numbers */ export declare function xEnsureFloat64(array: NumberArray): Float64Array; //# sourceMappingURL=xEnsureFloat64.d.ts.map