import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class MicrosoftDynamicsCrm implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getAccountCategories(this: ILoadOptionsFunctions): Promise; getAccountRatingCodes(this: ILoadOptionsFunctions): Promise; getAddressTypes(this: ILoadOptionsFunctions): Promise; getBusinessTypes(this: ILoadOptionsFunctions): Promise; getCustomerSizeCodes(this: ILoadOptionsFunctions): Promise; getCustomerTypeCodes(this: ILoadOptionsFunctions): Promise; getIndustryCodes(this: ILoadOptionsFunctions): Promise; getPaymentTermsCodes(this: ILoadOptionsFunctions): Promise; getPreferredAppointmentDayCodes(this: ILoadOptionsFunctions): Promise; getPreferredAppointmentTimeCodes(this: ILoadOptionsFunctions): Promise; getPreferredContactMethodCodes(this: ILoadOptionsFunctions): Promise; getShippingMethodCodes(this: ILoadOptionsFunctions): Promise; getTerritoryCodes(this: ILoadOptionsFunctions): Promise; getAccountFields(this: ILoadOptionsFunctions): Promise; getExpandableAccountFields(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=MicrosoftDynamicsCrm.node.d.ts.map