export declare function getJobs({ ctx, apiUrl }: {
    ctx: any;
    apiUrl: any;
}): Promise<{
    vagas: any;
}>;
