import { FSBaseError } from './base'; export declare class FSMaxRetryError extends FSBaseError { constructor(msg: string, cause?: any); }