import { EndevorConnectionAction } from "./EndevorConnectionAction";
import { EndevorConnectionWithCertificates } from "../../response/endevor-connection/EndevorConnectionWithCertificates";
export declare class GetConnectionsWithCertificate extends EndevorConnectionAction<EndevorConnectionWithCertificates[]> {
    customPath: string;
    constructor();
}
