/// export default function FaceReplace(facePicPathOrUrl: string): { faceReplacePath: string; tmpPath: string; setFacePicture(pathOrUrl: string): void; replace(sourceImgPathOrUrl: string): Promise; getFileAndStoreLocally(imgUrl: string): Promise; confirmFacePathIsSet(): Promise; isStringValidUrl(str: string): boolean; };