import { HelperLike } from '@glint/template';

export type UniqueIdHelper = HelperLike<{
  Return: string;
}>;
