/**
 * Fixes the image path for Android devices during development.
 * Replaces 'localhost' with the appropriate site root URL.
 * @param croppedImage
 * @returns
 */
export declare function replaceLocalhostWithSiteRoot(croppedImage: string): string;
