///
import type { LOGGER_TOKEN, ENV_MANAGER_TOKEN } from '@tramvai/module-common';
import type { APP_INFO_TOKEN } from '@tramvai/core';
export declare const staticAppCommand: ({ logger, envManager, appInfo, }: {
logger: typeof LOGGER_TOKEN;
envManager: typeof ENV_MANAGER_TOKEN;
appInfo: typeof APP_INFO_TOKEN;
}) => (() => Promise) | (() => Promise, import("http").IncomingMessage, import("http").ServerResponse, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault>>);
//# sourceMappingURL=static.d.ts.map