/** * security settings for API, * different security paths will need different handlers * * open; http, secure; https or both, */ export declare enum DyNTS_RouteSecurity { open = "open", secure = "secure", both = "both" } //# sourceMappingURL=route-security.enum.d.ts.map