import Global from '../global'; import TypeExtension from '../type-extension'; export type TableType = Record | any[]; export default function createTypeExtension(thread: Global): TypeExtension;