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<void>;
//# sourceMappingURL=sync.d.ts.map