/**
 * @author WMXPY
 * @namespace Operation_FunctionExpression
 * @description Params Register
 */
import * as EST from "estree";
import { Sandbox } from "../../marked/sandbox";
import { Scope } from "../../variable/scope";
export declare function registerFunctionExpressionParams(this: Sandbox, args: any[], params: EST.Pattern[], scope: Scope): void;
