import ExpressionParser from './expressionparser';

export default class ExpressionParserPlugin extends Phaser.Plugins.BasePlugin {
    add(): ExpressionParser;

}