import type { ICredentialsDecrypted, ICredentialTestFunctions, IExecuteFunctions, ILoadOptionsFunctions, INodeCredentialTestResult, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeBaseDescription, INodeTypeDescription } from 'n8n-workflow'; export declare class HubspotV1 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; 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; 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; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=HubspotV1.node.d.ts.map