export declare namespace AnnotationUtil { function getValueOrOption(valueOrOption?: any, primaryProperty?: string): T; function getType(target: any, targetKey: string | symbol, index?: number): any; } //# sourceMappingURL=annotation-util.d.ts.map