/**
 * Float ABS, from standard C lib
 * @deprecated use Math.abs directly instead
 */
export const fabsf: (x: number) => number;
//# sourceMappingURL=fabsf.d.ts.map