import type { CslItem } from "../../core/csl-json/types.js"; /** * Format references in pretty-printed format */ export declare function formatPretty(items: CslItem[]): string; //# sourceMappingURL=pretty.d.ts.map