export declare const globalConfig: { date: string; config: { size: string; usePageNumbers: undefined; wrap: { work: boolean; education: boolean; volunteer: boolean; projects: boolean; skills: boolean; awards: boolean; certificates: boolean; publications: boolean; languages: boolean; interests: boolean; references: boolean; basics: boolean; }; }; strings: { work: string; volunteer: string; projects: string; education: string; skills: string; awards: string; certificates: string; publications: string; languages: string; interests: string; references: string; gpa: string; untilNow: string; bullet: string; pageTemplate: string; }; };