/**
 * Method to collect crypto and ssl libraries from the OS.
 *
 * @param {Object} options
 * @returns osPkgsList Array of OS crypto packages
 */
export function collectOSCryptoLibs(options: any): any[];
/**
 * Find crypto algorithm in the given code snippet
 *
 * @param {String} Code snippet
 * @returns {Array} Arary of crypto algorithm objects with oid and description
 */
export function findCryptoAlgos(code: any): any[];
//# sourceMappingURL=cbomutils.d.ts.map