import { AppOptions } from '../options/model'; /** * Will convert a `.png` icon to the appropriate arch format (if necessary), * and return adjusted options */ export declare function convertIconIfNecessary(options: AppOptions): Promise;