/**
 * Validates card number length using payment system dictionary
 */
export declare function tuiIsCardLengthValid(cardNumber: string): boolean;
