/** Extracts the display title from card markdown content. */ export declare function extractTitle(content: string | undefined): string;