// import * as Phaser from 'phaser';
import Pinch from "./Pinch";

export default function (
    gameObject: Phaser.GameObjects.GameObject | Phaser.Scene,
    config?: Pinch.IConfig
): Pinch;