import { Entity } from '@backstage/catalog-model'; export declare const BATCH_SIZE = 50; export declare function generateStableHash(entity: Entity): string;