/** * Typesense API * An open source search engine for building delightful search experiences. * * The version of the OpenAPI document: 30.0 * * * 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 AnalyticsRuleType: { readonly PopularQueries: "popular_queries"; readonly NohitsQueries: "nohits_queries"; readonly Counter: "counter"; readonly Log: "log"; }; export type AnalyticsRuleType = typeof AnalyticsRuleType[keyof typeof AnalyticsRuleType]; export declare function instanceOfAnalyticsRuleType(value: any): boolean; export declare function AnalyticsRuleTypeFromJSON(json: any): AnalyticsRuleType; export declare function AnalyticsRuleTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): AnalyticsRuleType; export declare function AnalyticsRuleTypeToJSON(value?: AnalyticsRuleType | null): any; export declare function AnalyticsRuleTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): AnalyticsRuleType;