export declare class FileContentError extends Error {
    readonly uri: string;
    constructor(uri: string);
}
