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