export { ServiceObjectArgs, ServiceObjectState } from "./serviceObject"; export type ServiceObject = import("./serviceObject").ServiceObject; export declare const ServiceObject: typeof import("./serviceObject").ServiceObject;