export declare const extractCitations: (summary: string) => {
    text: string;
    references?: string[] | undefined;
}[];
