import { DefaultMetadataType } from './defaultMetadataType';
export declare class CustomObjectTranslationSubtypeMetadataType extends DefaultMetadataType {
    getAggregateMetadataName(): string;
    getFullNameFromFilePath(filePath: string): string;
    getAggregateFullNameFromFilePath(filePath: string): string;
    getAggregateMetadataFilePathFromWorkspacePath(filePath: string): string;
    getAggregateFullNameFromWorkspaceFullName(workspaceFullName: string): string;
    sourceMemberFullNameCorrespondsWithWorkspaceFullName(sourceMemberFullName: string, workspaceFullName: string): boolean;
    getAggregateFullNameFromComponentFailure(componentFailure: any): string;
}
