type Items = {
    name: string;
    value: string;
}[] | string[];
declare const _default: (inItems: Items, inOptions?: any) => Promise<unknown>;
export = _default;
