export declare enum PlatformType {
    EXPRESS = "express",
    KOA = "koa",
    FASTIFY = "fastify"
}
