export { runAll }; import { type FindFilter } from './utils.js'; declare function runAll(filter: null | FindFilter): Promise;