/**
 * @author WMXPY
 * @namespace Operation_MemberExpression
 * @description Sand List
 */
import { Sandbox } from "../../marked/sandbox";
import { SandList } from "../../variable/sand-list";
export declare const GET_ARRAY_MEMBER_NOT_FOUND_SYMBOL: unique symbol;
export declare const memberExpressionSandList: (sandbox: Sandbox, list: SandList<any>, key: string) => any;
