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