export function mergeToString(srcStrings: string[], options?: MergeStringsOptions): string;
export type MergeStringsOptions = {};
