/**
 * Provides a {@link @veramo/remote-client#AgentRestClient | plugin} for the {@link @veramo/core#Agent} that
 * can proxy method execution over HTTPS
 *
 * @packageDocumentation
 */
export { AgentRestClient } from './client.js'
export { getOpenApiSchema } from './openApi.js'
