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