import { LocalRemoteSource } from './id-matching.js'; import { LocalSource, RemoteSource } from './identifiers.js'; export declare function matchConfirmationPrompt(local: LocalSource, remote: RemoteSource, type?: 'extension' | 'function'): Promise; export declare function selectRemoteSourcePrompt(localSource: LocalSource, remoteSourcesOfSameType: RemoteSource[], remoteIdField: 'id' | 'uuid'): Promise; export declare function extensionMigrationPrompt(toMigrate: LocalRemoteSource[], includeRemoteType?: boolean): Promise;