export { APIServiceArgs } from "./apiservice";
export type APIService = import("./apiservice").APIService;
export declare const APIService: typeof import("./apiservice").APIService;
export { APIServiceListArgs } from "./apiserviceList";
export type APIServiceList = import("./apiserviceList").APIServiceList;
export declare const APIServiceList: typeof import("./apiserviceList").APIServiceList;
export { APIServicePatchArgs } from "./apiservicePatch";
export type APIServicePatch = import("./apiservicePatch").APIServicePatch;
export declare const APIServicePatch: typeof import("./apiservicePatch").APIServicePatch;
