import { BulletinData } from "../types/index";
export declare const parsePdfFromBuffer: (buffer: Buffer) => Promise<BulletinData>;
//# sourceMappingURL=pdf-parser.d.ts.map