import { GirAnyElement } from './index'

export interface SymTableItems {
    [name: string]: GirAnyElement
}
