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