/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import p from './property'; import q from './query'; export { q, p }; //# sourceMappingURL=index.d.ts.map