declare function verifyIranianNationalId(nationalId?: string | number): boolean | undefined;
export default verifyIranianNationalId;
