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