export declare class UnregisteredContentError extends Error { message: string; __proto__: Error; constructor(message: string); }