import type { Field } from '@api-platform/api-doc-parser'; import type { SchemaAnalyzer } from './types.js'; export declare const isIdentifier: (field: Field, fieldType: string) => boolean; declare const getIdentifierValue: (schemaAnalyzer: SchemaAnalyzer, resource: string, fields: Field[], fieldName: string, value: any) => any; export default getIdentifierValue; //# sourceMappingURL=getIdentifierValue.d.ts.map