import { Story } from '../../models/story';
export declare const noopDecorator: () => (storyFn: Function, ctx: Story | undefined) => any;
