declare function verifyIranianLegalId(legalId: string | number): boolean | undefined;
export default verifyIranianLegalId;
