import { createAuthServiceSessionContext as e } from"@arcblock/did-connect/lib/Session";
const { SessionProvider: s, SessionContext: t, SessionConsumer: i, withSession: n } = e();
export {
i asSessionConsumer,
t asSessionContext,
s asSessionProvider,
n as withSession
};