import { Author } from '../mintconfig/author.js';
export type EditContext = {
    authors: Author[];
    lastUpdatedDate: string;
    createdDate: string;
};
