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