* Import temp file into an existing or new local session. * If `targetSessionId` is provided, attempt incremental import. * Otherwise, create a new session (using `externalId` for deterministic naming).
(tempFile: string, targetSessionId: string | undefined, externalId: string)
| 128 | * Otherwise, create a new session (using `externalId` for deterministic naming). |
| 129 | */ |
| 130 | importFile(tempFile: string, targetSessionId: string | undefined, externalId: string): Promise<ImportResult> |
| 131 | |
| 132 | /** Check if a local session database exists */ |
| 133 | sessionExists(sessionId: string): boolean |
no outgoing calls
no test coverage detected