/** * Add a border around to improve QR readability * @param FROM - The path of the image file to clean up * @returns A promise to be resolved when the image has been processed */ declare const cleanImage: (FROM?: string | null) => Promise; export { cleanImage }; //# sourceMappingURL=cleanImage.d.ts.map