export declare function check_system_openssl_version(): Promise<string>;
/**
 *
 * return path to the openssl executable
 */
export declare function install_prerequisite(): Promise<string>;
export declare function get_openssl_exec_path(): Promise<string>;
