import type { PipelineGeneralComponent } from "instill-sdk"; import { InstillJSONSchema, Nullable } from "../../../lib"; export declare function getGeneralComponentInOutputSchema(component: PipelineGeneralComponent, task?: string): { outputSchema: Nullable; inputSchema: Nullable; }; //# sourceMappingURL=getGeneralComponentInOutputSchema.d.ts.map