/**
 * Unnormalized mathematical sinc function
 * @see https://en.wikipedia.org/wiki/Sinc_function
 * @param {number} x
 * @return {number}
 */
export function sinc(x: number): number;
//# sourceMappingURL=sinc.d.ts.map