/** * It launches the native image picker * @returns The image data is being returned as a base64 string. */ export declare function selectImage(): Promise;