export default function findFirstAvailableName(baseName: string, existingNames: string[]): string;
