import { IRequest } from "./Request.type"; export declare type OperationType = { operation: string; request: IRequest; };