export declare enum NestType {
    APP_CREATION = "app_creation",
    REQUEST_CONTEXT = "request_context",
    REQUEST_HANDLER = "handler"
}
//# sourceMappingURL=NestType.d.ts.map