export declare class Author {
    Name: string;
    Uri: string;
    Email: string;
}
