/** * Normalize a manifest-declared icon path so that leading "public/" segments * are removed. This allows users on Windows who may specify "./public/..." * to work consistently on macOS/Linux where the public folder resolves to "/". */ export declare function resolveIconPath(context: string, relativePath: string): string;