mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-26 18:15:51 +00:00
8 lines
232 B
TypeScript
8 lines
232 B
TypeScript
// Auto-generated stub — replace with real implementation
|
|
export {}
|
|
export const SessionManager: new (
|
|
...args: unknown[]
|
|
) => { destroyAll(): Promise<void>; [key: string]: unknown } = class {
|
|
async destroyAll() {}
|
|
} as never
|