declare class NotFoundError extends Error {
    constructor(message: string);
}

export { NotFoundError };
