import { Command } from 'commander'; interface HexToCidOptions { validate?: boolean; quiet?: boolean; } export declare function hexToCidHandler(hex: string, options: HexToCidOptions): Promise; export declare function registerHexToCidCommand(program: Command): void; export {}; //# sourceMappingURL=hex-to-cid.d.ts.map