import { Context } from '../../common/types/manifest';
export declare const ExportLog: () => {
    execute: (tree: any, context: Context) => Promise<void>;
};
