import type { BankValidity } from "./types";
export default function (value: string | unknown): BankValidity;
