import { Type } from "@nestjs/common"; export declare class ConfigModelNotFoundError extends Error { constructor(configType: Type); }