export declare enum LinkedInSearchType {
    PEOPLE = "PEOPLE",
    COMPANIES = "COMPANIES",
    JOBS = "JOBS"
}
