export declare const _zetasql_ResolvedInsertStmtEnums_InsertMode: {
    readonly OR_ERROR: 0;
    readonly OR_IGNORE: 1;
    readonly OR_REPLACE: 2;
    readonly OR_UPDATE: 3;
};
export type _zetasql_ResolvedInsertStmtEnums_InsertMode = 'OR_ERROR' | 0 | 'OR_IGNORE' | 1 | 'OR_REPLACE' | 2 | 'OR_UPDATE' | 3;
export type _zetasql_ResolvedInsertStmtEnums_InsertMode__Output = typeof _zetasql_ResolvedInsertStmtEnums_InsertMode[keyof typeof _zetasql_ResolvedInsertStmtEnums_InsertMode];
export interface ResolvedInsertStmtEnums {
}
export interface ResolvedInsertStmtEnums__Output {
}
