import { z } from "zod";
import { AgentActionDefinition } from "../../types";
export declare const PageBackAction: z.ZodObject<{}, z.core.$strip>;
export type PageBackActionType = z.infer<typeof PageBackAction>;
export declare const PageBackActionDefinition: AgentActionDefinition;