import { FilterType, FilterTypes, UpdateType, UpdateTypes } from "@nishans/traverser"; /** * Transforms the parameter that is suitable to be used in a multiple=true Nishan method * @param arg The argument to transform */ export declare function transformToMultiple(arg?: FilterType): FilterTypes; export declare function transformToMultiple(arg?: UpdateType): UpdateTypes;