/** * Replace all new lines (mostly from
s) with 
, so that the MDX parser
 * doesn't treat them as new paragraphs and such.
 */
declare const loader: (source: string) => string;
export default loader;
//# sourceMappingURL=index.d.ts.map