import { ValueProvider } from '@nestjs/common'; export declare class ProviderFactory { static create(token: string, value: T): ValueProvider; }