import { BookType } from 'xlsx';
import { IProject } from '../interfaces';
export declare class ExportHelper {
    static export(path?: string, name?: string, type?: BookType, projects?: IProject[]): void;
}
