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