import type { Cbrt } from "./types.d.ts"; /** Find cube root of a number */ export declare const cbrt: Cbrt;