export declare const cidToHex32: (cidStr: any) => string[];
export declare const bytes32ToCid: (bytes: [string, string]) => string;
