import type { SafeEnvironment } from './client.js'; /** * Counts how many entries link to the given entry ID. * Used to determine if it's safe to delete an entry when it's removed from a page. */ export declare function countInboundReferences(env: SafeEnvironment, entryId: string): Promise; //# sourceMappingURL=references.d.ts.map