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