export interface PMID {
    PMID: string;
    Title: string;
    Date: string;
    urlPMID: string;
}
export declare function emptyPMID(): PMID;
