export { GetGraphArgs, GetGraphResult, GetGraphOutputArgs } from "./getGraph";
export declare const getGraph: typeof import("./getGraph").getGraph;
export declare const getGraphOutput: typeof import("./getGraph").getGraphOutput;
export { GetPrivateGraphEndpointArgs, GetPrivateGraphEndpointResult, GetPrivateGraphEndpointOutputArgs } from "./getPrivateGraphEndpoint";
export declare const getPrivateGraphEndpoint: typeof import("./getPrivateGraphEndpoint").getPrivateGraphEndpoint;
export declare const getPrivateGraphEndpointOutput: typeof import("./getPrivateGraphEndpoint").getPrivateGraphEndpointOutput;
export { GraphArgs } from "./graph";
export type Graph = import("./graph").Graph;
export declare const Graph: typeof import("./graph").Graph;
export { PrivateGraphEndpointArgs } from "./privateGraphEndpoint";
export type PrivateGraphEndpoint = import("./privateGraphEndpoint").PrivateGraphEndpoint;
export declare const PrivateGraphEndpoint: typeof import("./privateGraphEndpoint").PrivateGraphEndpoint;
