/**
 * @author WMXPY
 * @namespace Operation_MemberExpression
 * @description Sand Function
 */
import { Sandbox } from "../../marked/sandbox";
import { SandFunction } from "../../variable/sand-function/sand-function";
export declare const memberExpressionSandFunction: (sandbox: Sandbox, target: SandFunction, key: string | number) => any;
