/**
 * @author WMXPY
 * @namespace Operation_MemberExpression
 * @description Sand BigInt
 */
import { Sandbox } from "../../marked/sandbox";
import { SandLiteralBigInt } from "../../variable/sand-literal/bigint";
export declare const memberExpressionSandBigInt: (sandbox: Sandbox, bigint: SandLiteralBigInt, key: string | number) => any;
