export declare const authors: {
    eric: {
        name: string;
        twitter: string;
        avatar: string;
    };
};
