//#region src/get.d.ts
declare function getIcon(pack: string, name: string): Promise<string>;
//#endregion
export { getIcon };