import type { ObjectLiteral } from '../../types'; import type { RelationsParseOptions, RelationsParseOutput } from './type'; export declare function parseQueryRelations(input: unknown, options?: RelationsParseOptions): RelationsParseOutput; //# sourceMappingURL=parse.d.ts.map