import Name, { NameTypes } from "../../types/resources/name"; declare const checkIfNameExist: (currentName: Name, type: NameTypes, pronunciationsLength: number) => boolean; export default checkIfNameExist;