/** * Defines option maps TypeDoc parameter Map types. * * @module */ export declare enum FrontmatterNamingConvention { CamelCase = "camelCase", SnakeCase = "snakeCase" }