import { type ValidationItem } from "jb-validation";
import { type JBInputValue } from "jb-input";
export declare const cardNumberLength: ValidationItem<JBInputValue>;
export declare const shabaLength: ValidationItem<JBInputValue>;
export declare const shabaFormat: ValidationItem<JBInputValue>;
