/** * Derives `render()`'s `sourceName` from the source file's path or URL, so * build output identifies the originating file instead of a generic * `input.ly`. Returns `undefined` when the source location is unknown. */ export declare function sourceNameFor(source: string | URL | null | undefined): string | undefined;