/** * **getConfigSections** * * returns a list of configuration section _names_; this does NOT * include the `global` section */ export declare function getConfigSections(): string[]; //# sourceMappingURL=getConfigSections.d.ts.map