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