import type { ILicenseConfig } from "../interface/license-config.interface";
import { ELicense } from "../enum/license.enum";
/**
 * Configuration constant for software licenses.
 * Provides information about different license types and template functions
 * for generating LICENSE files with proper copyright information.
 */
export declare const LICENSE_CONFIG: Record<ELicense, ILicenseConfig>;
