import type { Kysely } from 'kysely'; import type { SchemaRegistry } from '../schema/registry.js'; import type { ParsedInclude } from './query-parser.js'; import { type IncludeResolverOptions } from '../db/model-include-resolver.js'; export declare function resolveIncludes(records: Record[], includes: ParsedInclude[], registry: SchemaRegistry, db: Kysely, sourceModel: string, _request: unknown, options?: IncludeResolverOptions): Promise; //# sourceMappingURL=include-resolver.d.ts.map