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