/**
 * Supported extensions
 * @example
 */
export declare type FlyyerExtension = "jpeg" | "jpg" | "png" | "webp";
