@mieweb/wikigdrive
Version:
Google Drive to MarkDown synchronization
9 lines • 371 B
TypeScript
import { FileContentService } from '../utils/FileContentService.js';
import { ContainerEngine } from '../ContainerEngine.js';
import { type Logger } from 'winston';
export declare function initEngine(workdir: string): Promise<{
mainFileService: FileContentService;
containerEngine: ContainerEngine;
logger: Logger;
}>;
//# sourceMappingURL=initEngine.d.ts.map