import { CommonField } from '../ast/entity/common-field'; import { Table } from '../ast/entity/table'; export declare function makeIndexedFields(table: Table): Map;