/**
 * Chrome Setup Helper
 *
 * Provides utilities to detect and help resolve Chrome/Chromium setup issues
 * for PDF generation when installed via npm.
 */
interface ChromeStatus {
    hasSystemChrome: boolean;
    hasPuppeteerCache: boolean;
    chromePaths: string[];
    suggestions: string[];
}
/**
 * Checks the current Chrome/Chromium setup status
 */
export declare function checkChromeStatus(): ChromeStatus;
export {};
//# sourceMappingURL=chrome-setup-helper.d.ts.map