import type { SerovalNode } from 'seroval';
interface ResponseNode {
    body: SerovalNode;
    options: SerovalNode;
}
declare const ResponsePlugin: import("seroval").Plugin<Response, ResponseNode>;
export default ResponsePlugin;
//# sourceMappingURL=response.d.ts.map