import { IHttpRequest } from '../../../../types'; export declare const httpDigest: (input: Pick) => import("fp-ts/Either").Right | import("fp-ts/Either").Left;