import { ClientConfig } from "./types"; export declare const defaultConfig: ClientConfig; export declare let endpoints: { file: string; status: string; download: string; storage: string; };