export declare const ADDON_ID = "storybook/measure-addon";
export declare const TOOL_ID: string;
export declare const PARAM_KEY = "measureEnabled";
export declare const EVENTS: {
    RESULT: string;
    REQUEST: string;
    CLEAR: string;
};
