export interface ILicenseConfig {
    description: string;
    name: string;
    template: (year: string, author: string) => string;
}
//# sourceMappingURL=license-config.interface.d.ts.map