@smythos/sdk
Version:
19 lines (18 loc) • 754 B
TypeScript
import { Skill } from './Skill';
declare const Component: {
Skill: typeof Skill;
APICall: typeof import("..").APICall;
APIOutput: typeof import("..").APIOutput;
Await: typeof import("..").Await;
Classifier: typeof import("..").Classifier;
ECMASandbox: typeof import("..").ECMASandbox;
FTimestamp: typeof import("..").FTimestamp;
GenAILLM: typeof import("..").GenAILLM;
HuggingFace: typeof import("..").HuggingFace;
ImageGenerator: typeof import("..").ImageGenerator;
MCPClient: typeof import("..").MCPClient;
ScrapflyWebScrape: typeof import("..").ScrapflyWebScrape;
ServerlessCode: typeof import("..").ServerlessCode;
TavilyWebSearch: typeof import("..").TavilyWebSearch;
};
export { Component };