export declare const OPTION_LIST: readonly [{ readonly name: "name"; readonly type: StringConstructor; readonly description: "Custom script name"; }, { readonly name: "description"; readonly type: StringConstructor; readonly description: "Custom script description"; }, { readonly name: "danger-level"; readonly type: StringConstructor; readonly description: "Danger level - Can be one of the following: low, medium, high, critical. It represents the danger level of the Custom Script. It should be set according to the potential impact of the Custom Script on the device."; }, { readonly name: "yes"; readonly type: BooleanConstructor; readonly description: "Skip confirmation prompts and use provided values"; }];