export declare enum TargetType { new = 0, topmost = 1, same = 2, parent = 3 } export declare enum TargetTypeName { new = "_blank", topmost = "_top", same = "_self", parent = "_parent" }