export declare const authenticate: (actorType: string | string[], authType: import("@medusajs/framework/http").AuthType | import("@medusajs/framework/http").AuthType[], options?: {
    allowUnauthenticated?: boolean;
    allowUnregistered?: boolean;
}) => import("express").RequestHandler;
//# sourceMappingURL=authenticate-middleware.d.ts.map