import { MiddlewareConsumer, NestModule, OnModuleInit } from '@nestjs/common'; export declare class AdminInternalModule implements NestModule, OnModuleInit { configure(consumer: MiddlewareConsumer): any; onModuleInit(): Promise; initKV(): Promise; initConstants(): Promise; }