/** Splits a string by `,` then trims each of the results */ export declare function splitCommasAndTrim(value: string): string[]; export declare function stripHTMLComments(string: string): string; export declare function isEmpty(x: object | Array): boolean;