export declare const $ToggleStatusDTO: { readonly properties: { readonly id: { readonly type: "string"; readonly isRequired: true; }; readonly enabled: { readonly type: "boolean"; readonly isRequired: true; }; }; };