import type { ASTNodeProto as _zetasql_ASTNodeProto, ASTNodeProto__Output as _zetasql_ASTNodeProto__Output } from '../zetasql/ASTNodeProto';
import type { ASTIdentifierProto as _zetasql_ASTIdentifierProto, ASTIdentifierProto__Output as _zetasql_ASTIdentifierProto__Output } from '../zetasql/ASTIdentifierProto';
import type { ASTOptionsListProto as _zetasql_ASTOptionsListProto, ASTOptionsListProto__Output as _zetasql_ASTOptionsListProto__Output } from '../zetasql/ASTOptionsListProto';
export interface ASTColumnWithOptionsProto {
    'parent'?: (_zetasql_ASTNodeProto | null);
    'name'?: (_zetasql_ASTIdentifierProto | null);
    'optionsList'?: (_zetasql_ASTOptionsListProto | null);
}
export interface ASTColumnWithOptionsProto__Output {
    'parent': (_zetasql_ASTNodeProto__Output | null);
    'name': (_zetasql_ASTIdentifierProto__Output | null);
    'optionsList': (_zetasql_ASTOptionsListProto__Output | null);
}
