export default function firstAvailableSafeName(baseName: string, names: string[]): string;
