import { Client, ClientConfigOptions } from './types';
export declare const createImageClient: ({ dataset, projectId, apiVersion, useCdn, token, redisUrl, }: ClientConfigOptions) => Client;
