export declare const CONTINENT_NAMES: string[]; export declare const KINGDOM_PREFIXES: string[]; export declare const KINGDOM_SUFFIXES: string[]; export declare const LANDMARK_ADJECTIVES: string[]; export declare const LANDMARK_NOUNS: Record; export declare const LEADER_TITLES: Record; export declare const LEADER_NAMES: string[]; export declare const CULT_DEITIES: string[]; export declare const FACTION_GOALS: Record; export declare const CLIMATE_RESOURCES: Record; export declare const HISTORICAL_TEMPLATES: Record; export declare function formatTemplate(template: string, vars: Record): string; //# sourceMappingURL=worldContent.d.ts.map