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