export declare const copy: {
    SUMMARY: string[];
    SELECTED_ACHIEVEMENTS: string[];
    KEY_PROJECTS: string[];
    EXPERIENCES: {
        title: string;
        company: string;
        location: string;
        from: string;
        to: string;
        summary: string;
        bullets: string[];
    }[];
    SKILL_CATEGORIES: {
        title: string;
        skills: string[];
    }[];
};
