export declare class InvalidPageUrlError extends Error {
    constructor(url: string);
}
