import type { Verification } from "./types"; export declare function cvv(value: string | unknown, maxLength?: number | number[]): Verification;