import type { WorkflowNavData } from "../../../types/workflow-nav";
/**
 * Two-page workflow fixture. The "Next" button uses a "workflow" action, whose
 * destination is resolved client-side via the step's trigger_actions map.
 *
 * Page layout:
 *   "rcpaywall_welcome" — welcome screen with a "Next →" button
 *   "rcpaywall_details" — details screen with "← Back" and "✕ Close" buttons
 */
export declare const TWO_PAGE_WORKFLOW: WorkflowNavData;
