import type { ASTElementTypeColumnSchemaProto as _zetasql_ASTElementTypeColumnSchemaProto, ASTElementTypeColumnSchemaProto__Output as _zetasql_ASTElementTypeColumnSchemaProto__Output } from '../zetasql/ASTElementTypeColumnSchemaProto';
export interface ASTArrayColumnSchemaProto {
    'parent'?: (_zetasql_ASTElementTypeColumnSchemaProto | null);
}
export interface ASTArrayColumnSchemaProto__Output {
    'parent': (_zetasql_ASTElementTypeColumnSchemaProto__Output | null);
}
