export declare class UpdateAuthorDto {
    name?: string;
    email?: string;
    image?: string;
    bio?: string;
    redirectUrl?: string;
}
