export declare class Author {
    Data: string;
    FileAs: string;
    Role: string;
    ID: string;
    Lang: string;
}
