import { StoryContext } from "@storybook/types"; import { GlobalContext } from "../globalContext"; export declare function getFilePath(context: StoryContext, globalContext: GlobalContext): string | undefined;