declare type LicenseFileOverrides = {
    [key: string]: string;
};
export { LicenseFileOverrides };
