/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.8.0 * 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 FormatEnum: { readonly Json: "json"; readonly Yaml: "yaml"; readonly UnknownDefaultOpenApi: "11184809"; }; export type FormatEnum = typeof FormatEnum[keyof typeof FormatEnum]; export declare function instanceOfFormatEnum(value: any): boolean; export declare function FormatEnumFromJSON(json: any): FormatEnum; export declare function FormatEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): FormatEnum; export declare function FormatEnumToJSON(value?: FormatEnum | null): any; export declare function FormatEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): FormatEnum; //# sourceMappingURL=FormatEnum.d.ts.map