import { AuthCredentials } from '../types'; export declare function forceArray(val: T | T[]): T[]; export declare function xmlSafeValue(val: number | string): string; export declare function xmlSafeColumnName(val: string): string; export declare const makeRequest: (method: "PUT" | "POST" | "GET", url: string, query_or_data: any, auth_client: AuthCredentials) => Promise<{ data: any; xml: any; }>; //# sourceMappingURL=utils.d.ts.map