// Types for emojilib@v2
declare module 'emojilib' {
  export const lib: Record<string, { char: string }>
}
