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