/** * Flattens the underlying C structures of a concatenated JavaScript string. */ export declare const flatStr: (s: string) => string; //# sourceMappingURL=flat-str.d.ts.map