import { IScope } from "../types"; import { MacroFunction } from "./Function"; export declare class Draw extends MacroFunction { constructor(scope: IScope); }