import { Fact } from "./Fact"; import { Author } from "../../../Domain/Author"; export declare class AuthorFact extends Fact { RowKey: string; constructor(author: Author); }