export declare const storyblokBridge: (content: {
    content: {}[];
}, events: string[]) => any;
