/**
 * Represents a setting of the {@link IWoltLabSettings `IWoltLabSettings`}
 */
export declare enum WoltLabSettingKey {
    /**
     * Indicates the {@link Identifier `Identifier`}-setting.
     */
    Identifier = "identifier",
    /**
     * Indicates the {@link Author `Author`}-setting.
     */
    Author = "authorName",
    /**
     * Indicates the {@link HomePage `HomePage`}-setting.
     */
    HomePage = "homepage",
    /**
     * Indicates the {@link ComponentOptions `ComponentOptions`}-settings.
     */
    ComponentOptions = "componentOptions"
}
