import { Type } from "@nestjs/common"; export declare class ConfigVariablesNotDefinedError extends Error { constructor(configType: Type, variableNames: string[]); }