declare const obj: { validateQuery: (target: import("../..").IHttpNameValues, specs: import("@stoplight/types").IHttpQueryParam[], context: import("./types").ValidationContext, bundle?: unknown) => import("fp-ts/lib/Either").Either, import("../..").IHttpNameValues>; validatePath: (target: import("../..").IHttpNameValue, specs: import("@stoplight/types").IHttpPathParam[], context: import("./types").ValidationContext, bundle?: unknown) => import("fp-ts/lib/Either").Either, import("../..").IHttpNameValue>; validateHeaders: (target: import("../..").IHttpNameValue, specs: import("@stoplight/types").IHttpPathParam[], context: import("./types").ValidationContext, bundle?: unknown) => import("fp-ts/lib/Either").Either, import("../..").IHttpNameValue>; validateBody: import("./types").validateFn>; }; export = obj;