export declare class UnauthenticatedError extends Error { constructor(); } export declare class DirEntryNotFoundError extends Error { constructor(filePath: string, bucket: string); } export declare class FileNotFoundError extends Error { constructor(); } export declare class ValidationError extends Error { private readonly field; constructor(field: string, message: string); }