import Headers from './headers';
import Identification from './identification';
export default interface AuthService {
    verify(identification: Identification, identifications: Identification[], headers?: Headers): Promise<void>;
}
//# sourceMappingURL=authService.d.ts.map