import { StoryFn as StoryFunction } from "@storybook/addons";
export declare type Assertiveness = "polite" | "assertive";
export interface ChangeOptions {
    text: string;
    assertiveness: Assertiveness;
}
export declare const withRoundTrip: (storyFn: StoryFunction) => unknown;
