import { RequestDetail } from '../../common';
import { RequestType } from '../fork';

export interface RequestPipeHook {
    (type: RequestType, pipe: (req: RequestDetail) => RequestDetail): void;
}
export declare const useRequestPipe: RequestPipeHook;
//# sourceMappingURL=useRequestPipe.d.ts.map