import { LicenseOption } from '../_types/global';
export declare function generateLicense(options: LicenseOption): string;
