export declare function syncCommand(options: { allUsers?: boolean; dryRun?: boolean; tokenFile?: string; /** Comma-separated table names to restrict the sync to, e.g. `'bookings,payments'`. A single name also works. */ table?: string; }): Promise; //# sourceMappingURL=sync.d.ts.map