import { BaseError } from './baseError.js'; interface Context { readonly path: string; } export declare class ExcludePathNotExistsError extends BaseError { constructor(context: Context); } export {}; //# sourceMappingURL=excludePathNotExistsError.d.ts.map