/** * The {@link FileType} enum represents the output file type for image data */ export declare enum FileType { PNG = ".png", JPG = ".jpg" }