import type { Variant } from '@histoire/shared'; import type { VNode } from 'vue'; export declare function generateSourceCode(variant: Variant): Promise; export declare function getTagName(vnode: VNode): any;