import * as productAction from "./product.action";
import * as profileAction from "./profile.action";
import * as userAction from "./user.action";
import * as useAuth from "./user.auth";
import type { ProductService } from "./product.service";
import type { ProfileService } from "./profile.service";
import type { UserService } from "./user.service";
export declare const productService: ProductService;
export declare const profileService: ProfileService;
export declare const userService: UserService;
export { productAction, profileAction, userAction, useAuth };
