import type { Sqrt } from "./types.d.ts"; /** Find square root of a number */ export declare const sqrt: Sqrt;