export declare function scopeOperator(e: Record<string, unknown>, root: string, vars: Record<string, true>): Record<string, unknown>;
