import { AstObjectValue } from '../../ast/ast-object-value'; import { SchemaDescription } from '@daita/orm'; import { TableDescription } from '@daita/relational'; export declare function parseRelationalSchemaTableIndices(schema: SchemaDescription, table: TableDescription, optionsArgument: AstObjectValue): SchemaDescription;