/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import buildQuery from './serializer/query'; import QueryType from './types'; export { buildQuery, QueryType }; export { FnSymbol, OpSymbol, PropSymbol } from './symbols'; export { p, q } from './builder'; //# sourceMappingURL=index.d.ts.map