/**
 * @author WMXPY
 * @namespace Evaluate
 * @description If Statement
 */
import { Evaluator } from "../declare/evaluate";
import { ISandbox } from "../declare/sandbox";
export declare const mountIfStatement: (sandbox: ISandbox) => void;
export declare const ifStatementEvaluator: Evaluator<"IfStatement">;
