// Auto-generated stub — replace with real implementation export {} export const SessionManager: new ( ...args: unknown[] ) => { destroyAll(): Promise; [key: string]: unknown } = class { async destroyAll() {} } as never