export { GetServiceArgs, GetServiceResult, GetServiceOutputArgs } from "./getService"; export declare const getService: typeof import("./getService").getService; export declare const getServiceOutput: typeof import("./getService").getServiceOutput; export { GetServicesResult } from "./getServices"; export declare const getServices: typeof import("./getServices").getServices; export declare const getServicesOutput: typeof import("./getServices").getServicesOutput; export { ServiceArgs, ServiceState } from "./service"; export type Service = import("./service").Service; export declare const Service: typeof import("./service").Service;