/**
 * 过滤银行卡号
 */
declare function filterBankCardNo(val: string): string;

export { filterBankCardNo };
