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