export declare function bvUrn(...components: string[]): string; export declare function parseBvUrn(urn: string): string[]; export declare function bvTemplateNameFromVariationName(variationName: string): string; export declare function bvActionName(templateName: string, actionLabel: string): string; //# sourceMappingURL=bv_urn.d.ts.map