import {BINData, BinDataResponse} from './types'; export declare const getBINData: (value: string, binData?: BinDataResponse) => BINData | undefined;