export declare enum LinkPurpose { SECURITY = "SECURITY", EXECUTION = "EXECUTION" } export declare const addEnums: () => void;