import type { CslItem } from "../../core/csl-json/types.js"; /** * Build a resource indicator string showing available resources for a reference. * * Labels (in fixed order): pdf, md, file, url, tag */ export declare function buildResourceIndicators(item: CslItem): string; //# sourceMappingURL=resource-indicators.d.ts.map