/** * @author jdiaz5513 */ import { _StructCtor, Struct } from "./struct"; export declare class Void extends Struct { static readonly _capnp: _StructCtor; } export declare const VOID: undefined;