/** if the file is in SharePoint, provide a siteRelativeUrl so that we can get the file value via REST api to avoid CORS error when accessing a file on the site from within the app web */exportdeclarefunctionimageToBase64(imageSrc: string, siteRelativeUrl?: string): Promise<string>;