import type { ArchiverCommanderOptions } from '../../interfaces/archiver.interface'; export declare function archiveContent(presentationPath: string, options: ArchiverCommanderOptions): Promise;