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