import { GoArgs } from "@re-do/model"; import { Context } from "../common.js"; export type { GoArgs } from "@re-do/model"; export declare const go: ({ url }: GoArgs, { page }: Context) => Promise;