import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Freshservice implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getAgents(this: ILoadOptionsFunctions): Promise; getAgentGroups(this: ILoadOptionsFunctions): Promise; getAgentRoles(this: ILoadOptionsFunctions): Promise; getAssetTypes(this: ILoadOptionsFunctions): Promise; getAssetTypeFields(this: ILoadOptionsFunctions): Promise; getDepartments(this: ILoadOptionsFunctions): Promise; getLocations(this: ILoadOptionsFunctions): Promise; getRequesters(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Freshservice.node.d.ts.map