import { SearchCallLead as SearchCallLeadType, SearchMessageLead as SearchMessageLeadType, SearchWhatsappLead as SearchWhatsappLeadType } from "../../types/models"; export declare const SearchMessageLead: (attributes?: {}) => SearchMessageLeadType; export declare const SearchCallLead: (attributes?: {}) => SearchCallLeadType; export declare const SearchWhatsappLead: (attributes?: Partial) => SearchWhatsappLeadType;