import { Feast } from "../types"; export declare const makeFeast: (title: string, rank: Feast["rank"], subtitle?: string) => Feast; export declare const FIXED_FEASTS: {};