blob: 798baa28b9121d0d4bc2cb4cff1ef77d635adf26 (
plain)
1
2
3
4
5
6
7
8
|
/**
* @author jdiaz5513
*/
import { _StructCtor, Struct } from "./struct";
export declare class Void extends Struct {
static readonly _capnp: _StructCtor;
}
export declare const VOID: undefined;
|