import { AnyObject, FluentQuery } from '../../types';
export declare const extractInclude: <T>(include?: import("../../types").QueryIncludeRelation<T> | undefined) => AnyObject | undefined;
