export declare const ADDON_ID = "storybook/rtl-direction";
export declare const TOOL_ID: string;
export declare const EVENTS: {
    RESULT: string;
    REQUEST: string;
    CLEAR: string;
};
