import AuthService from './util/authService';
import Identification from './util/identification';
export default class KeyLess implements AuthService {
    verify(identification: Identification, identifications: Identification[]): Promise<void>;
}
//# sourceMappingURL=keyless.d.ts.map