import type { ICredentialsDecrypted, ICredentialTestFunctions, IExecuteFunctions, ILoadOptionsFunctions, INodeCredentialTestResult, INodeExecutionData, INodeListSearchResult, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class CippAdvanced implements INodeType { description: INodeTypeDescription; methods: { credentialTest: { cippAdvancedApiCredentialTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise; }; listSearch: { tenantSearch(this: ILoadOptionsFunctions, filter?: string): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=CippAdvanced.node.d.ts.map