import type { CallspecDocument } from '../callspecDocument'; export declare function generateClientSource(document: CallspecDocument, options?: { className?: string; }): string;