import { StoryContext } from "@storybook/types"; export declare function getVueCodeSnippet(context: StoryContext): string | undefined; export declare function getVueCodeLanguage(): string; export declare function getVueFilePath(context: StoryContext): string | undefined; export declare function getVueComponentName(context: StoryContext): string | undefined;