import type { HookContext } from '@feathersjs/feathers';
export declare const dehydrate: <H extends HookContext<import("@feathersjs/feathers").Application<any, any>, any> = HookContext<import("@feathersjs/feathers").Application<any, any>, any>>() => (context: H) => Promise<Awaited<H>>;
