import { HTTPClient } from '../../../../utils/http';
import { IdpSyncLogDetail } from '../types';
export declare class IdpLogDetailsAPI {
    private readonly _httpClient;
    private readonly _baseUrl;
    constructor(_httpClient: HTTPClient, _baseUrl: string);
    findByAgent(agentId: string): Promise<IdpSyncLogDetail[]>;
}
//# sourceMappingURL=log-details.d.ts.map