/** * 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 DigitsEnum: { readonly _6: "6"; readonly _8: "8"; readonly UnknownDefaultOpenApi: "11184809"; }; export type DigitsEnum = typeof DigitsEnum[keyof typeof DigitsEnum]; export declare function instanceOfDigitsEnum(value: any): boolean; export declare function DigitsEnumFromJSON(json: any): DigitsEnum; export declare function DigitsEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): DigitsEnum; export declare function DigitsEnumToJSON(value?: DigitsEnum | null): any; export declare function DigitsEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): DigitsEnum; //# sourceMappingURL=DigitsEnum.d.ts.map