UNPKG

@gacua/backend

Version:

GACUA Backend

8 lines (7 loc) 194 B
/** * @license * Copyright 2025 MuleRun * SPDX-License-Identifier: Apache-2.0 */ import { SessionRepository } from './session.js'; export declare const sessionRepository: SessionRepository;