import { Item } from './Item'; export declare class FlowrApplicationAuthor extends Item { email?: string; constructor(src: FlowrApplicationAuthor); }