import { Entity } from '../entity'; import { FileEntity } from '../fileEntity'; export declare function getId(entity: Entity | FileEntity): string;