export declare const conjunction: (items: string[]) => string; export declare const disjunction: (items: string[]) => string;