import type { StructInit } from "@yume-chan/struct"; export declare const EmptyControlMessage: import("@yume-chan/struct").Struct<{ type: import("@yume-chan/struct").NumberField; }, undefined, import("@yume-chan/struct").FieldsValue<{ type: import("@yume-chan/struct").NumberField; }>>; export type EmptyControlMessage = StructInit; //# sourceMappingURL=empty.d.ts.map