import { type IExecuteFunctions, type ICredentialsDecrypted, type ICredentialTestFunctions, type ILoadOptionsFunctions, type INodeCredentialTestResult, type INodeExecutionData, type INodePropertyOptions, type INodeType, type INodeTypeDescription } from 'n8n-workflow'; export declare class HaloPSA implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getHaloPSASites(this: ILoadOptionsFunctions): Promise; getHaloPSAClients(this: ILoadOptionsFunctions): Promise; getHaloPSATicketsTypes(this: ILoadOptionsFunctions): Promise; getHaloPSAAgents(this: ILoadOptionsFunctions): Promise; }; credentialTest: { haloPSAApiCredentialTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=HaloPSA.node.d.ts.map