/**
 * @module
 *
 * CRC-15/CAN
 */
import { type CrcInterface } from '../crc.js';
/**
 * CRC-15/CAN
 */
export declare const CRC_15_CAN: CrcInterface<number>;
export default CRC_15_CAN;
//# sourceMappingURL=can.d.ts.map