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