export declare const toObjectSet: (arrayOrString: unknown[] | string, delimiter?: string) => {
    [key: string]: boolean;
};
