export interface ServerConfig { httpFramework: HttpFrameworkEnum; } export declare enum HttpFrameworkEnum { FASTIFY = "fastify", TINY_HTTP = "tiny_http" } //# sourceMappingURL=ServerConfig.d.ts.map