libmodulor
Version:
A TypeScript library to create platform-agnostic applications
5 lines (4 loc) • 358 B
TypeScript
import type { HTTPAPICallExecutorAgentBuilder, HTTPAPICallExecutorAgentBuilderInput, HTTPAPICallExecutorAgentBuilderOutput } from '../HTTPAPICallExecutor.js';
export declare class NoopHTTPAPICallExecutorAgentBuilder implements HTTPAPICallExecutorAgentBuilder {
exec(_input: HTTPAPICallExecutorAgentBuilderInput): HTTPAPICallExecutorAgentBuilderOutput;
}