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