import { IRequestOptions } from "n8n-workflow/dist/Interfaces";
export declare const buildRequest: (resource: string, operation: string, uriParams: Record<string, string>, formParams: object) => IRequestOptions;
export declare const getCleanFormData: (formParams: Record<string, string>) => Record<string, string>;
