/**
 * 过滤姓名
 */
declare function filterName(val: string): string;

export { filterName };
