export declare type GobiController = {
    readonly storyIds: string[];
    openPopup: (viewKey: string) => void;
};
