declare const luhn: (pan: string) => boolean;
export = luhn;
