export { DeidServiceArgs } from "./deidService";
export type DeidService = import("./deidService").DeidService;
export declare const DeidService: typeof import("./deidService").DeidService;
export { GetDeidServiceArgs, GetDeidServiceResult, GetDeidServiceOutputArgs } from "./getDeidService";
export declare const getDeidService: typeof import("./getDeidService").getDeidService;
export declare const getDeidServiceOutput: typeof import("./getDeidService").getDeidServiceOutput;
export { GetPrivateEndpointConnectionArgs, GetPrivateEndpointConnectionResult, GetPrivateEndpointConnectionOutputArgs } from "./getPrivateEndpointConnection";
export declare const getPrivateEndpointConnection: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnection;
export declare const getPrivateEndpointConnectionOutput: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnectionOutput;
export { PrivateEndpointConnectionArgs } from "./privateEndpointConnection";
export type PrivateEndpointConnection = import("./privateEndpointConnection").PrivateEndpointConnection;
export declare const PrivateEndpointConnection: typeof import("./privateEndpointConnection").PrivateEndpointConnection;
export * from "../types/enums/healthdataaiservices";
