| 12 | ringCapacity: number; |
| 13 | } |
| 14 | export interface DebugQueryResult { |
| 15 | recordsReturned: number; |
| 16 | recordsAvailable: number; |
| 17 | oldestRecordId: bigint; |
| 18 | newestRecordId: bigint; |
| 19 | recordsDropped: number; |
| 20 | } |
| 21 | export declare function engineDebugEnable( |
| 22 | engineId: number, |
| 23 | config?: object | undefined | null, |
nothing calls this directly
no outgoing calls
no test coverage detected