interface ILicenseConfigMessages {
    confirmLicenseGeneration: string;
    confirmReplaceExisting: (filename: string) => string;
    deletedExistingLicense: string;
    enterCopyrightHolderName: string;
    failedCheckExistingSetup: string;
    failedCompleteInstallation: string;
    failedConfiguration: string;
    failedDeleteExistingLicense: string;
    failedGetAuthorFromPackageJson: string;
    failedGetUserConfirmation: string;
    failedSelectLicense: string;
    generatingLicenseSpinner: string;
    keepingExistingLicense: string;
    licenseDetails: string;
    licenseFileGenerated: string;
    licenseSetupSummaryTitle: string;
    rememberToReview: string;
    selectLicensePrompt: string;
    successfulConfiguration: string;
    unknownError: string;
    updatedPackageJsonField: string;
}
export declare const LICENSE_CONFIG_MESSAGES: ILicenseConfigMessages;
export {};
//# sourceMappingURL=messages.constant.d.ts.map