export const InvalidModuleConfigMessage = (property: string) => `Invalid property '${property}' in @Module() decorator.`;