export declare const $StateDTO: { readonly properties: { readonly id: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly stateOrder: { readonly type: "number"; readonly format: "int32"; }; readonly type: { readonly type: "string"; }; }; };