import type { ExecuteHandler } from '../exec.types'; export declare const apiCallHandlers: { makeRequest: ExecuteHandler; };