/** * Build the device-local free/busy URL the publish dispatcher fetches. The * `account` param names which booking-site account's free/busy to compute, so a * multi-tenant install refreshes every site rather than only the one the server * resolves by default (Task 1890). Values are URL-encoded for the query string. */ export declare function buildFreeBusyUrl(port: string, accountId: string, from: string, to: string): string; //# sourceMappingURL=free-busy-url.d.ts.map