/** * This helper removes the recurring spaces from the code. */ export declare const prettySpaces: (content: string) => string; //# sourceMappingURL=index.d.ts.map