export declare class ContentNotFoundError extends Error { contentItem: string; readonly name = "CONTENT_NOT_FOUND"; constructor(contentItem: string); }