import { type RegistryAccess } from '@salesforce/source-deploy-retrieve';
import { type RemoteSyncInput } from '../types';
export declare const calculateExpectedSourceMembers: (registry: RegistryAccess, expectedMembers: RemoteSyncInput[]) => Map<string, RemoteSyncInput>;
