import { ImageUrl } from './image-url.service';
export declare function createClient(endpoint: string, secret?: string): ImageUrl;
