export declare const NotIncludedMetadata: NotIncludedMetadataDef; export interface NotIncludedMetadataDef { StandardValueSet: { xmlName: string; suffix: string; directoryName: string; elements: string[]; }; }