/** * cdigit * * @copyright 2018-2023 LiosK * @license (MIT OR Apache-2.0) */ import type { CdigitAlgo } from "../type.js"; /** The Luhn algorithm implementation. */ export declare const luhn: CdigitAlgo;