export declare const cards: {
    VISA: string;
    VISA_ELECTRON: string;
    HIPERCARD: string;
    MAESTRO: string;
    CABAL: string;
    NARANJA: string;
};
export declare const cabalRulesDefinition: {
    type: string;
    pattern: RegExp;
    format: RegExp;
    length: number[];
    cvcLength: number[];
    luhn: boolean;
};
export declare const naranjaRulesDefinition: {
    type: string;
    pattern: RegExp;
    format: RegExp;
    length: number[];
    cvcLength: number[];
    luhn: boolean;
};
