import { DefaultMetadataType } from './defaultMetadataType';
export declare class CustomObjectSubtypeMetadataType extends DefaultMetadataType {
    getAggregateMetadataName(): string;
    getFullNameFromFilePath(filePath: string): string;
    getAggregateFullNameFromFilePath(filePath: string): string;
    getAggregateMetadataFilePathFromWorkspacePath(filePath: any): string;
    getAggregateFullNameFromSourceMemberName(sourceMemberName: string): string;
    getAggregateFullNameFromWorkspaceFullName(workspaceFullName: string): string;
    getAggregateFullNameFromComponentFailure(componentFailure: any): string;
    getWorkspaceFullNameFromComponentFailure(componentFailure: any): string;
}
