import type { ResolvedAlterObjectStmtProto as _zetasql_ResolvedAlterObjectStmtProto, ResolvedAlterObjectStmtProto__Output as _zetasql_ResolvedAlterObjectStmtProto__Output } from '../zetasql/ResolvedAlterObjectStmtProto';
export interface ResolvedAlterTableStmtProto {
    'parent'?: (_zetasql_ResolvedAlterObjectStmtProto | null);
}
export interface ResolvedAlterTableStmtProto__Output {
    'parent': (_zetasql_ResolvedAlterObjectStmtProto__Output | null);
}
