export declare enum ResourceParamType { Default = 0, RouteParameter = 0, Query = 1, Header = 2 } //# sourceMappingURL=ResourceParamType.d.ts.map