export declare class DeprecationError extends Error {
    constructor({ page }: {
        page: string;
    });
}
