import { IIntersectQuery } from "@/common"; import { Base } from "@executors/base"; export declare class Intersect extends Base { constructor(intersectQry: IIntersectQuery, util: any); execute(): any; }