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