import z from "zod/v4"; export declare enum TableViewPresetTableName { Traces = "traces",// eslint-disable-line no-unused-vars Observations = "observations",// eslint-disable-line no-unused-vars Scores = "scores",// eslint-disable-line no-unused-vars Sessions = "sessions",// eslint-disable-line no-unused-vars Datasets = "datasets" } declare const TableViewPresetDomainSchema: z.ZodObject<{ id: z.ZodString; projectId: z.ZodNullable; createdAt: z.ZodDate; updatedAt: z.ZodDate; createdBy: z.ZodNullable; name: z.ZodString; tableName: z.ZodEnum; filters: z.ZodArray": ">"; "<": "<"; ">=": ">="; "<=": "<="; }>; value: z.ZodCoercedDate; type: z.ZodLiteral<"datetime">; }, z.core.$strip>, z.ZodObject<{ column: z.ZodString; operator: z.ZodEnum<{ "=": "="; contains: "contains"; "does not contain": "does not contain"; "starts with": "starts with"; "ends with": "ends with"; }>; value: z.ZodString; type: z.ZodLiteral<"string">; }, z.core.$strip>, z.ZodObject<{ column: z.ZodString; operator: z.ZodEnum<{ ">": ">"; "<": "<"; ">=": ">="; "<=": "<="; "=": "="; }>; value: z.ZodNumber; type: z.ZodLiteral<"number">; }, z.core.$strip>, z.ZodObject<{ column: z.ZodString; operator: z.ZodEnum<{ "any of": "any of"; "none of": "none of"; }>; value: z.ZodArray; type: z.ZodLiteral<"stringOptions">; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"categoryOptions">; column: z.ZodString; key: z.ZodString; operator: z.ZodEnum<{ "any of": "any of"; "none of": "none of"; }>; value: z.ZodArray; }, z.core.$strip>, z.ZodObject<{ column: z.ZodString; operator: z.ZodEnum<{ "any of": "any of"; "none of": "none of"; "all of": "all of"; }>; value: z.ZodArray; type: z.ZodLiteral<"arrayOptions">; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"stringObject">; column: z.ZodString; key: z.ZodString; operator: z.ZodEnum<{ "=": "="; contains: "contains"; "does not contain": "does not contain"; "starts with": "starts with"; "ends with": "ends with"; }>; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"numberObject">; column: z.ZodString; key: z.ZodString; operator: z.ZodEnum<{ ">": ">"; "<": "<"; ">=": ">="; "<=": "<="; "=": "="; }>; value: z.ZodNumber; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"boolean">; column: z.ZodString; operator: z.ZodEnum<{ "=": "="; "<>": "<>"; }>; value: z.ZodBoolean; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"null">; column: z.ZodString; operator: z.ZodEnum<{ "is null": "is null"; "is not null": "is not null"; }>; value: z.ZodLiteral<"">; }, z.core.$strip>]>>; columnOrder: z.ZodArray; columnVisibility: z.ZodRecord; searchQuery: z.ZodOptional; orderBy: z.ZodNullable; }, z.core.$strip>>; }, z.core.$strip>; export type TableViewPresetDomain = z.infer; export {}; //# sourceMappingURL=table-view-presets.d.ts.map