import type { PrimaryKey } from '../../../../lib/types/application/entity.js'; export declare const getJavaValueGeneratorForType: (type: any) => "UUID.randomUUID().toString()" | "UUID.randomUUID()" | "intCount.incrementAndGet()" | "longCount.incrementAndGet()"; export declare const getPrimaryKeyValue: (primaryKey: PrimaryKey | string, databaseType: string, defaultValue?: number) => string;