import { DefaultMetadataType } from './defaultMetadataType';
export declare class DuplicateRuleMetadataType extends DefaultMetadataType {
    getAggregateFullNameFromFileProperty(fileProperty: any, namespace: string): string;
}
