import { Sites, Result } from './types';
export declare const binLookup: (bin: string | number, site?: Sites) => Promise<Result>;
