/** * Reads a file and converts it to a Base64 string. * @param filePath The path to the file. * @returns A Promise that resolves to the Base64 string. */ export declare function fileToBase64(filePath: string): Promise;