/** * Get the path to the Ghostscript binary. * Priority: * 1. Custom path from COMPRESS_PDF_BIN_PATH environment variable * 2. Downloaded binaries in bin/gs folder * 3. System-installed Ghostscript */ declare function getBinPath(platform: NodeJS.Platform): string; export { getBinPath as default };