import { type Database } from "@opengeni/db"; export declare function boundedLimit(raw: string | undefined): number; export declare function assertSessionExists(db: Database, workspaceId: string, sessionId: string): Promise;