import type { GenericId as ConvexGenericId } from "convex/values"; import type { Option } from "effect"; import * as Schema from "effect/Schema"; import * as SchemaAST from "effect/SchemaAST"; export declare const GenericId: (tableName: TableName) => Schema.Schema>; export type GenericId = ConvexGenericId; export declare const tableName: (ast: SchemaAST.AST) => Option.Option; //# sourceMappingURL=GenericId.d.ts.map