export declare class IndexFileIgnoreException extends Error {
    constructor(path: string, options?: ErrorOptions);
}
