/**
 * Configuration type
 */
export declare type Configuration = {
    author: string;
    year: number;
    tasks: any[];
};
