import type { Modules } from '../modules.ts'; export declare function migrateBookmarksService(this: Modules, { fromUserId, toUserId, shouldMerge, }: { fromUserId: string; toUserId: string; shouldMerge: boolean; countryCode: string; }): Promise;