import { InkObject } from "./Object"; export declare class Void extends InkObject { toString(): string; }