import { Entity } from '../Entity'; export declare class Factory { create(message: string, stack: string): Entity; }