/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.8.0-rc7 * 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 UsageEnum: { readonly Media: "media"; readonly UnknownDefaultOpenApi: "11184809"; }; export type UsageEnum = typeof UsageEnum[keyof typeof UsageEnum]; export declare function instanceOfUsageEnum(value: any): boolean; export declare function UsageEnumFromJSON(json: any): UsageEnum; export declare function UsageEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): UsageEnum; export declare function UsageEnumToJSON(value?: UsageEnum | null): any; export declare function UsageEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): UsageEnum; //# sourceMappingURL=UsageEnum.d.ts.map