import type { TestFunctionExtendedCtx } from "../../types";
import type { StorybookStoryExtended } from "./types";
export declare function nestedDescribe(story: StorybookStoryExtended, fn: () => void): void;
export declare function extendedIt<T extends Partial<TestFunctionExtendedCtx>>(story: StorybookStoryExtended, testName: string, cb: TestFunction<T>): void;
