/** * resume-pdf.ts — Resume PDF resolver for cv jobs apply * * Finds the user's resume PDF from known locations in priority order. * Prompts the user if not found and remembers the path for future runs. * * Priority order: * 1. ~/.careervivid/resume.pdf (canonical CLI location) * 2. ~/careervivid/browser-use/resume.pdf (legacy dev location) * 3. Interactive prompt → saves to ~/.careervivid/resume.pdf */ /** * Resolves the resume PDF path. * * @returns Absolute path to the PDF, or null if not found and user skips. */ export declare function resolveResumePdf(): Promise; //# sourceMappingURL=resume-pdf.d.ts.map