export { ItemArgs } from "./item";
export type Item = import("./item").Item;
export declare const Item: typeof import("./item").Item;
export { ServiceArgs } from "./service";
export type Service = import("./service").Service;
export declare const Service: typeof import("./service").Service;
//# sourceMappingURL=index.d.ts.map