/**
 * 验证身份证号是否正确
 * 验证成功返回空字符串，验证失败返回错误消息
 * @param value 身份证号
 */
export declare const validateIdCard: (idcard: string) => string;
