export declare class MissingContentError extends Error {
    constructor(pageId: string);
}
