import { HttpTypes } from "@medusajs/framework/types";
import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework/http";
import { AdminCreateFulfillmentType } from "./validators";
export declare const POST: (req: AuthenticatedMedusaRequest<AdminCreateFulfillmentType>, res: MedusaResponse<HttpTypes.AdminFulfillmentResponse>) => Promise<void>;
//# sourceMappingURL=route.d.ts.map