export declare const DEFAULT_MULTIPART: { 'Content-Type': string; }; export declare const DEFAULT_JSON: { "Content-Type": string; }; export declare const isObject: (val: any) => boolean; export declare const isString: (val: any) => boolean;