export declare class FileExtensionNotSupported extends Error { constructor(filePath: string, extension: string); }