import { MakeDecoratorResult } from '@storybook/addons';
declare global {
    interface Window {
        __CREEVEY_SELECT_STORY__: (storyId: string, kind: string, name: string, callback: (error?: string) => void) => void;
    }
}
export declare function withCreevey(): MakeDecoratorResult;
