import { MedusaContainer } from "@medusajs/framework"; import { SellerDTO } from "../types"; export declare const fetchSellerByAuthActorId: (authActorId: string, scope: MedusaContainer, fields?: string[]) => Promise; //# sourceMappingURL=seller.d.ts.map