export interface ITable extends Record { } export interface IStaticDebugJSON { safe: ITable; unsafe: ITable; }