export { EndpointArgs, EndpointState } from "./endpoint"; export type Endpoint = import("./endpoint").Endpoint; export declare const Endpoint: typeof import("./endpoint").Endpoint; export { GetEndpointArgs, GetEndpointResult, GetEndpointOutputArgs } from "./getEndpoint"; export declare const getEndpoint: typeof import("./getEndpoint").getEndpoint; export declare const getEndpointOutput: typeof import("./getEndpoint").getEndpointOutput; export { GetEndpointsResult } from "./getEndpoints"; export declare const getEndpoints: typeof import("./getEndpoints").getEndpoints; export declare const getEndpointsOutput: typeof import("./getEndpoints").getEndpointsOutput;