import { IronPdfServiceClient } from "../generated_proto/ironpdfengineproto/IronPdfService";
import { HandshakeResponseP__Output } from "../generated_proto/ironpdfengineproto/HandshakeResponseP";
export declare function handshakeWithRetry(client: IronPdfServiceClient, retryCount: number): Promise<HandshakeResponseP__Output>;
//# sourceMappingURL=handshake.d.ts.map