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