export declare const simpleAuthSettingsKey = "unleash.auth.simple";
export interface SimpleAuthSettings {
    disabled: boolean;
}
