export declare function validate(cardNumber: string): Promise<boolean>;
