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