import { Entity } from '../entity'; export interface ISystemAttributes { [key: string]: any; } export declare function getSystemAttributes(entity: Entity): ISystemAttributes;