export declare const splitAndTrim: (str: string) => string[];
