import { Category } from '../models/category'; export declare function findCurrentCategory(storyCategories?: Category[], currentCategories?: string[]): Category | undefined;