export declare enum AttributeNames { TYPE = "router.type", NAME = "router.name", METHOD = "router.method", VERSION = "router.version" } export default AttributeNames; //# sourceMappingURL=AttributeNames.d.ts.map