import { StoryObj } from '@storybook/vue3'; import { Get } from 'type-fest'; /** * Vue Play function type */ export type VuePlayFunction = NonNullable>; /** * Combine multiple stories by merging them */ export declare function mergeStories(source: S, ...targetsToApply: Partial[]): S;