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