import { Dictionary } from 'lodash'; export declare const DYNAMIC_ID_PREFIX = "__dynamicId__"; export declare function createNewDynamicId(): string; export declare function isDynamicId(id: string): boolean; export declare function findAllDynamicIdReferences(record: Dictionary): string[]; //# sourceMappingURL=dynamicIdentifiers.d.ts.map