export { GetServiceArgs, GetServiceResult, GetServiceOutputArgs } from "./getService"; export declare const getService: typeof import("./getService").getService; export declare const getServiceOutput: typeof import("./getService").getServiceOutput; export { ReplicaSetArgs, ReplicaSetState } from "./replicaSet"; export type ReplicaSet = import("./replicaSet").ReplicaSet; export declare const ReplicaSet: typeof import("./replicaSet").ReplicaSet; export { ServiceArgs, ServiceState } from "./service"; export type Service = import("./service").Service; export declare const Service: typeof import("./service").Service; export { ServiceTrustArgs, ServiceTrustState } from "./serviceTrust"; export type ServiceTrust = import("./serviceTrust").ServiceTrust; export declare const ServiceTrust: typeof import("./serviceTrust").ServiceTrust;