declare function getIcon(pack: string, name: string): Promise<string>;

export { getIcon };
