/**
 * @module
 *
 * CRC-10/GSM
 */
import { type CrcInterface } from '../crc.js';
/**
 * CRC-10/GSM
 */
export declare const CRC_10_GSM: CrcInterface<number>;
export default CRC_10_GSM;
//# sourceMappingURL=gsm.d.ts.map