import { Type } from "@nestjs/common"; export declare class ConfigUtils { static getProviderToken(config: Type): string; }