import { type IDataObject, type IExecuteFunctions, type IHookFunctions, type IHttpRequestMethods, type ILoadOptionsFunctions } from 'n8n-workflow'; export declare const HTTP_HEADERS: IDataObject; export declare function nqdevApiRequest(this: IHookFunctions | IExecuteFunctions | ILoadOptionsFunctions, nameCredential: string, method: IHttpRequestMethods, baseUrl: string, endpoint: string, body?: IDataObject, qs?: IDataObject, headers?: IDataObject): Promise;