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