import type { Verification } from "./types";
export declare function cardholderName(value: string | unknown): Verification;
