import type { ICredentialsDecrypted, ICredentialTestFunctions, IExecuteFunctions, ILoadOptionsFunctions, INodeCredentialTestResult, INodeExecutionData, INodeListSearchResult, INodePropertyOptions, INodeType, INodeTypeBaseDescription, INodeTypeDescription } from 'n8n-workflow'; export declare class HubspotV2 implements INodeType { description: INodeTypeDescription; constructor(baseDescription: INodeTypeBaseDescription); methods: { credentialTest: { hubspotApiTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise; }; loadOptions: { getContactLeadStatuses(this: ILoadOptionsFunctions): Promise; getContactLealBasics(this: ILoadOptionsFunctions): Promise; getContactLifeCycleStages(this: ILoadOptionsFunctions): Promise; getContactOriginalSources(this: ILoadOptionsFunctions): Promise; getContactPrefferedLanguages(this: ILoadOptionsFunctions): Promise; getContactStatuses(this: ILoadOptionsFunctions): Promise; getContactProperties(this: ILoadOptionsFunctions): Promise; getContactPropertiesWithType(this: ILoadOptionsFunctions): Promise; getContactCustomProperties(this: ILoadOptionsFunctions): Promise; getContactNumberOfEmployees(this: ILoadOptionsFunctions): Promise; getCompanyIndustries(this: ILoadOptionsFunctions): Promise; getCompanyleadStatuses(this: ILoadOptionsFunctions): Promise; getCompanylifecycleStages(this: ILoadOptionsFunctions): Promise; getCompanyTypes(this: ILoadOptionsFunctions): Promise; getCompanyTargetAccounts(this: ILoadOptionsFunctions): Promise; getCompanySourceTypes(this: ILoadOptionsFunctions): Promise; getCompanyWebTechnologies(this: ILoadOptionsFunctions): Promise; getCompanyProperties(this: ILoadOptionsFunctions): Promise; getCompanyCustomProperties(this: ILoadOptionsFunctions): Promise; getDealStages(this: ILoadOptionsFunctions): Promise; getDealTypes(this: ILoadOptionsFunctions): Promise; getDealCustomProperties(this: ILoadOptionsFunctions): Promise; getDealProperties(this: ILoadOptionsFunctions): Promise; getDealPropertiesWithType(this: ILoadOptionsFunctions): Promise; getDealPipelines(this: ILoadOptionsFunctions): Promise; getForms(this: ILoadOptionsFunctions): Promise; getSubscriptionTypes(this: ILoadOptionsFunctions): Promise; getTicketCategories(this: ILoadOptionsFunctions): Promise; getTicketPipelines(this: ILoadOptionsFunctions): Promise; getTicketPriorities(this: ILoadOptionsFunctions): Promise; getTicketProperties(this: ILoadOptionsFunctions): Promise; getTicketResolutions(this: ILoadOptionsFunctions): Promise; getTicketSources(this: ILoadOptionsFunctions): Promise; getTicketStages(this: ILoadOptionsFunctions): Promise; getOwners(this: ILoadOptionsFunctions): Promise; getCompanies(this: ILoadOptionsFunctions): Promise; getContacts(this: ILoadOptionsFunctions): Promise; }; listSearch: { searchCompanies(this: ILoadOptionsFunctions): Promise; searchContacts(this: ILoadOptionsFunctions, filter?: string): Promise; searchDeals(this: ILoadOptionsFunctions, filter?: string): Promise; searchEngagements(this: ILoadOptionsFunctions): Promise; searchTickets(this: ILoadOptionsFunctions): Promise; searchOwners(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=HubspotV2.node.d.ts.map