declare const urls: {
    home: string;
    jobs: string;
    jobsSearch: string;
};
export { urls, };
