import type { IExecuteFunctions, IDataObject } from 'n8n-workflow';
export declare function urlScanIoApiRequest(this: IExecuteFunctions, method: 'GET' | 'POST', endpoint: string, body?: IDataObject, qs?: IDataObject): Promise<any>;
export declare function handleListing(this: IExecuteFunctions, endpoint: string, qs?: IDataObject): Promise<IDataObject[]>;
export declare const normalizeId: ({ _id, uuid, ...rest }: IDataObject) => {
    [key: string]: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[] | IDataObject[];
};
//# sourceMappingURL=GenericFunctions.d.ts.map