import Base from "../../../../../Base"; import { High5JobLogInternal } from "./log"; export declare class High5JobInternal extends Base { get jobLog(): High5JobLogInternal; private _jobLog?; protected getEndpoint(endpoint: string): string; }