export declare class JobStatePollError extends Error { originalError: Error; constructor(id: string, originalError: Error); }