export declare function scopePathExpression(e: string, path: string, vars: Record<string, true>): string | Record<string, unknown>;
