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