import { type FloatvalInput } from '../var/floatval.ts'; export declare function doubleval(mixedVar: FloatvalInput): number;