import type { Command } from "commander"; /** * The Cal.com routing form behind "Talk to sales". Same id as * `apps/website/src/components/DemoButton/cal.ts`, so a form swap has to * update both. */ export declare const SALES_DEMO_FORM_ID = "88911f2a-4d5d-4218-98df-65bcf47bdf8a"; export declare const SALES_DEMO_URL = "https://cal.com/forms/88911f2a-4d5d-4218-98df-65bcf47bdf8a"; /** * Prefill is allowed only when we have an address; never a guess. */ export declare function bookDemoUrl(email: string | undefined): string; export declare function registerBookDemoCommand(program: Command): void; //# sourceMappingURL=bookDemo.d.ts.map