export declare class UnsupportedExtensionError extends Error {
    constructor(filepath: string);
}
