export declare const $LoopSettingResponse: { readonly type: "all-of"; readonly contains: readonly [{ readonly type: "RPCResult"; }, { readonly properties: { readonly activated: { readonly type: "Looping"; readonly isRequired: true; }; }; }]; };