export function animalId(): string;
export function numericId(length?: number): string;
export function alphanumericId(length?: number, includeUppercase?: boolean): string;
