/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { SqlQuerySpec } from '@azure/cosmos'; import Type from '../types'; /** * Convert a query expression into a query fragment. * * @param expression The expression to serialize * @param paramIndex Next available index to use for parameters (default: 0) */ export default function serializeExpression(expression: Type.Any, paramIndex?: number, isProjection?: boolean): Required; //# sourceMappingURL=expression.d.ts.map