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