/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2025.6.3 * Contact: hello@goauthentik.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const LogLevelEnum: { readonly Critical: "critical"; readonly Exception: "exception"; readonly Error: "error"; readonly Warn: "warn"; readonly Warning: "warning"; readonly Info: "info"; readonly Debug: "debug"; readonly Notset: "notset"; readonly UnknownDefaultOpenApi: "11184809"; }; export type LogLevelEnum = typeof LogLevelEnum[keyof typeof LogLevelEnum]; export declare function instanceOfLogLevelEnum(value: any): boolean; export declare function LogLevelEnumFromJSON(json: any): LogLevelEnum; export declare function LogLevelEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): LogLevelEnum; export declare function LogLevelEnumToJSON(value?: LogLevelEnum | null): any; export declare function LogLevelEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): LogLevelEnum; //# sourceMappingURL=LogLevelEnum.d.ts.map