import type { ISession } from '../../session/index.js';
import type { ExportFnOptions, ExportWithInputOutput } from '../types.js';
export type RunExportOptions = ExportFnOptions & {
    watch?: boolean;
    throwOnFailure?: boolean;
};
export declare function localArticleExport(session: ISession, exportOptionsList: ExportWithInputOutput[], opts: RunExportOptions): Promise<void>;
//# sourceMappingURL=localArticleExport.d.ts.map