declare function firstUniqueChar(value: string): string | undefined;

export { firstUniqueChar };
