import type { Engine } from "../../engine";
export declare function loadPolygonMaskPlugin(engine: Engine): Promise<void>;
