import type { EntityConfig } from '@types'; export declare const isValidEntityId: (entityId: string) => boolean; export declare const processConfigEntities: (entities: (T | string)[], checkEntityId?: boolean) => T[];