export declare const DEFAULT_UPLOAD_ORIGIN = "https://upload.bugsnag.com";
export declare function buildEndpointUrl(origin: string, path: string): string;
