export interface UserInput { clearRoot?: boolean; groupQuorums: number[]; groupParents: number[]; signerAddresses: string[]; signerGroups: number[]; } export declare class Convert { static toUserInput(json: string): UserInput; static userInputToJson(value: UserInput): string; } //# sourceMappingURL=setConfig.d.ts.map