import { Entity } from "./Entity"; export declare abstract class Fact extends Entity { PartitionKey: string; constructor(data: T); }