export declare const generateClient: ({ inline, action, routeId, }: { inline: boolean; action?: boolean; routeId: string; }) => string;