import type { ASTCreateViewStatementBaseProto as _zetasql_ASTCreateViewStatementBaseProto, ASTCreateViewStatementBaseProto__Output as _zetasql_ASTCreateViewStatementBaseProto__Output } from '../zetasql/ASTCreateViewStatementBaseProto';
export interface ASTCreateApproxViewStatementProto {
    'parent'?: (_zetasql_ASTCreateViewStatementBaseProto | null);
}
export interface ASTCreateApproxViewStatementProto__Output {
    'parent': (_zetasql_ASTCreateViewStatementBaseProto__Output | null);
}
