/**
 * @module
 *
 * CRC-16/IBM-SDLC
 */
import { type CrcInterface } from '../crc.js';
/**
 * CRC-16/IBM-SDLC
 */
declare const _default: CrcInterface<number>;
export default _default;
//# sourceMappingURL=ibm-sdlc.d.ts.map