import AlphaMaskImage from './AlphaMaskImage';

export default function (
    x?: number, y?: number,
    key?: string, frame?: string,
    config?: AlphaMaskImage.IConfig
): AlphaMaskImage;