import type { IExecuteFunctions, IHookFunctions } from "n8n-workflow"; import { INqdevResponseData } from "../../common"; export declare class AccountResource { static NAME_RESOURCE: string; static executeCommand(this: IHookFunctions | IExecuteFunctions, operation: string, itemIndex: number): Promise; }