import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class ServiceNow implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getTables(this: ILoadOptionsFunctions): Promise; getColumns(this: ILoadOptionsFunctions): Promise; getBusinessServices(this: ILoadOptionsFunctions): Promise; getUsers(this: ILoadOptionsFunctions): Promise; getAssignmentGroups(this: ILoadOptionsFunctions): Promise; getUserRoles(this: ILoadOptionsFunctions): Promise; getConfigurationItems(this: ILoadOptionsFunctions): Promise; getIncidentCategories(this: ILoadOptionsFunctions): Promise; getIncidentSubcategories(this: ILoadOptionsFunctions): Promise; getIncidentStates(this: ILoadOptionsFunctions): Promise; getIncidentResolutionCodes(this: ILoadOptionsFunctions): Promise; getIncidentHoldReasons(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=ServiceNow.node.d.ts.map