declare const prepareSimple: (content: string, depth: number) => string[];
export { prepareSimple };
