export declare const establishments: string[]; export declare const establishmentVocationsRequired: string[]; export declare const establishmentVocationsOptional: string[]; export declare namespace establishmentVocationsOptionalPerType { export const general_store: string[]; export const stable: string[]; export const inn: string[]; export const tavern: string[]; } export declare const establishmentSecrets: string[]; export declare const establishmentNameSetA: string[]; export declare const establishmentGeneralLookAndAppearances: string[]; export declare const establishmentBuiltFrom: string[]; export declare namespace establishmentEnteringAndPatrons { export const i: string[]; export const ii: string[]; } export declare const establishmentDescriptionsInn: string[]; export declare const establishmentDescriptionsGeneralStore: string[]; export declare const establishmentDescriptionsArmoursmith: string[]; export declare const establishmentDescriptionsStable: string[]; export declare const establishmentDescriptionsDefault: string[];