declare const prefixFileUrlWithBackendUrl: (fileURL: string) => string;
export default prefixFileUrlWithBackendUrl;
