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