import type { Entity } from '../entity'; import type { FileEntity } from '../fileEntity'; export declare function getCreatedAt(entity: Entity | FileEntity): Date;