import type { TitleAndYear } from './types.js';
export declare function parseTitleAndYear(title: string): TitleAndYear;
