import { AxiosInstance } from 'axios'; import { VerificationResponse } from 'porkate-valid8'; export declare abstract class BaseIdentityPassService { protected readonly client: AxiosInstance; protected readonly providerName: string; constructor(client: AxiosInstance, providerName: string); isReady(): boolean; protected makeRequest(endpoint: string, payload: P, mapData?: (verificationData: V, payload: P) => T): Promise>; } //# sourceMappingURL=base.service.d.ts.map