export declare class LuhnValidator { static validate(value: string): boolean; }