import type { IconPackEntry } from "./IconPackEntry.js"; export type SeelenCommandRegisterUserCustomAppIconArgs = { iconBase64: string; entry: IconPackEntry; }; //# sourceMappingURL=SeelenCommandRegisterUserCustomAppIconArgs.d.ts.map