/**
* Initialize a new resume JSON file with sample data and optional theme.
* @param resumeFile File name to write
* @param theme Name of theme to write in JSON file's meta data (optional)
*/exportdeclareconstinit: (resumeFile: string, theme?: string) =>Promise<void>;