import { IOutputMultiSelect, IState } from '../../types/'; export declare function addMultiSelectOption(state: IState, index: number): IOutputMultiSelect;