import { ParsedOpenPlugin } from "./types"; /** * Write color.png and outline.png into the appPackage directory. Resolution * order matches the conversion plan: user-supplied root PNG → Open Plugin * `logo` (when it is a local .png) → generated placeholder. */ export declare function applyIcons(parsed: ParsedOpenPlugin, appPackageDir: string, warnings: string[]): Promise; //# sourceMappingURL=iconStrategy.d.ts.map