export declare enum LinkType { Direct = "direct", Conditional = "conditional", Random = "random", Remote = "remote" } export { LinkType as Type }; export default LinkType;