interface CleanUpQueryResultimport { type CleanUpQueryResult } from "https://deno.land/x/earthstar@v10.0.0-alpha.4/src/query/query.ts"; Propertiesquery: Query<string[]>isValid: booleanwillMatch: WillMatch