import * as types from './types/sdk'; export declare const trimAmpersand: (str: string) => string; export declare const constructAppointmentsUrl: ({ status, limit, order_by, }: types.AppointmentFuncArgs) => string; export declare const constructFindProviderUrl: ({ language, specialty, time, state, }: any) => string; export declare const constructQueryAppointmentsUrl: ({ patients, providers, status, start_time, end_time, }: types.ConstructQueryAppointmentsUrlArgs) => string; export declare const ensureArray: (val: any) => any; export declare const isArray: (val: any) => boolean; export declare const isBlob: (blob: any) => boolean; export declare const isFile: (file: any) => boolean; export declare const isString: (val: any) => boolean; export declare const isNumber: (val: any) => boolean; export declare const prepareForQueryParams: (url: string) => string; export declare const log: (...args: any[]) => void; export declare const logError: (...args: any[]) => void; export declare const _normalize: (key?: string, data?: any[] | undefined, schema?: any) => types.NormalizedData; //# sourceMappingURL=utils.d.ts.map