export interface RoutingConstants { homepageSlug?: string; articlesSlug?: string; tagsSlug?: string; peopleSlug?: string; articlesBase?: string; tagsBase?: string; peopleBase?: string; defaultTopic?: string; customerName?: string; siteTitle?: string; enablePerson?: boolean; enableTag?: boolean; enableTagsIndex?: boolean; enableArticleTypeIndex?: boolean; enableArticleTypeTagIndex?: boolean; enablePrimaryTagPartOfSlug?: boolean; articlesBaseIsPage?: boolean; requireCustomTypeForArticleTypes?: boolean; } export declare function parseConstants(appDir: string): RoutingConstants; export declare function buildRoutingMarkdown(constants: RoutingConstants, homepageSlug?: string): string; //# sourceMappingURL=parse-constants.d.ts.map