import type { IExecuteFunctions, ILoadOptionsFunctions, IDataObject, INodePropertyOptions, IHttpRequestMethods } from 'n8n-workflow'; export declare function serviceNowApiRequest(this: IExecuteFunctions | ILoadOptionsFunctions, method: IHttpRequestMethods, resource: string, body?: any, qs?: IDataObject, uri?: string, option?: IDataObject): Promise; export declare function serviceNowRequestAllItems(this: IExecuteFunctions | ILoadOptionsFunctions, method: IHttpRequestMethods, resource: string, body?: any, query?: IDataObject): Promise; export declare function serviceNowDownloadAttachment(this: IExecuteFunctions, endpoint: string, fileName: string, contentType: string): Promise; export declare const mapEndpoint: (resource: string, _operation: string) => string | undefined; export declare const sortData: (returnData: INodePropertyOptions[]) => INodePropertyOptions[]; //# sourceMappingURL=GenericFunctions.d.ts.map