import type { CustomLabel } from '@jsforce/jsforce-node/lib/api/metadata';
import { XMLParser } from 'fast-xml-parser';
export declare const parser: XMLParser;
export declare function generateMetaXML(typeName: string, apiVersion: string, status: string): string;
export declare function generateMetaXMLPath(sourcePath: string): string;
export declare function trimMetaXmlSuffix(sourcePath: string): string;
export declare const customLabelHasFullName: (label: CustomLabel) => label is CustomLabel & {
    fullName: string;
};
