import { Author } from '../author.js';
export declare function saveNewCoAuthors(authors: Author[]): Promise<Author[]>;
