import { SDTFQuery } from './query.js'; /* v8 ignore next 3 */ export function createQuery(query: SDTFQuery): SDTFQuery { return query; }