import { IdentityClient } from "./IdentityClient";
import { FetchJWTSVIDsRequest, FetchJWTSVIDsResponse } from "../proto/private/spire/api/agent/delegatedidentity";
import { WorkloadConfig } from "../config";
export declare class IdentitySpireClient implements IdentityClient {
    constructor(config: WorkloadConfig);
    private config;
    private client;
    fetchJWTSVIDsRequest(request: FetchJWTSVIDsRequest): Promise<FetchJWTSVIDsResponse | undefined>;
    private getGrpcClient;
}
//# sourceMappingURL=IdentitySpireClient.d.ts.map