import { Lead } from '../../database/entities/Lead'; import { ILead } from '../../Interface'; declare const _default: { createLead: (body: Partial) => Promise; getAllLeads: (chatflowid: string) => Promise; }; export default _default;