import { IQuery } from '../../core/IQuery'; import { Expand } from '../../core/IExpand'; export declare function expand(expand: Expand, fn?: (q: IQuery) => IQuery): (q: T) => T;