/** * Derives a human-readable, filename-safe title from `sourceNameFor()`'s * output, for use as the middle segment of a rendered asset's filename * (`..<ext>`). Falls back to `"score"` when the source * location is unknown or sanitizes away to nothing. */ export declare function titleFor(sourceName: string | undefined): string;