CliProvider: { provide: any } & (
    CliValueProvider
    | CliTypeProvider
    | CliFactoryProvider
) & Record<string, any>