export declare function combine(acc: string, str: string): string;
