/**
 * 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)
 */
export declare const init: (resumeFile: string, theme?: string) => Promise<void>;
