import { ConfigService } from './config.service';
declare const configService: ConfigService<{
    apiUrl: string;
    backendPath: string;
}>;
export { configService, ConfigService };
