import { Publication } from "../models/publication";
export declare function PublicationParsePromise(filePath: string): Promise<Publication>;
