import type { ILicensesState } from '../types'; /** * Предоставляет информацию о лицензиях продуктов КриптоПро. */ export declare const getLicensesState: (resetCache?: boolean) => Promise;