import type { TCitationSegment } from "./formatting.js"; import type { TSegmentInstruction } from "./segment-templates.js"; import type { TAuthor } from "./references.js"; export declare const IEEE_MONTHS: string[]; export declare function formatDate(d: Date): string; export declare function formatSingleAuthor(author: TAuthor): string; export declare function formatNamesInCitation(authors: TAuthor[]): string; export declare function buildSegments(ref: Record, template: TSegmentInstruction[]): TCitationSegment[]; //# sourceMappingURL=segment-builder.d.ts.map