import { SourceSchemaType } from '../../../camel/source-schema-type'; export declare class FlowTemplateService { static getFlowTemplate: (type: SourceSchemaType) => any; static getFlowYamlTemplate: (type: SourceSchemaType) => string; }