import { WithSessionParams, WithSessionResponse } from './types'; export default function withSession({ clientType, isOnline, req, res, shop, }: WithSessionParams): Promise; //# sourceMappingURL=with-session.d.ts.map