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