export type Options = {
    icons?: OptionIcons;
    ignoreWarnings?: boolean;
};
export type OptionIcons = Record<string, string>;
