import { DuffelCardFormIntent } from "./types";
export declare function getPathnameForIntent(intent: DuffelCardFormIntent): string;
