export declare const collect: (value: string, previous: string[]) => string[];
