import { ConfigService as NestConfigService } from '@nestjs/config'; export declare const getEnvValue: (configService: NestConfigService, key: string, defaultValue?: T) => T; export declare const resolveStaticPath: (rootPath: string) => string;