/** * Exponential integral. */ export declare function expint(x: number): number; //# sourceMappingURL=expint.d.ts.map