/** * @description It throws error if the provided path does not end with `.pdf`. */ export declare function throwIfPathDoesNotEndWithPdf(path: string): void; export declare const _errorMessages: { pathDoesNotEndWithPdf: (path: string) => string; };