import { WorkflowStep } from './WorkflowStep.js'; import { GT } from 'generaltranslation'; import type { PublishFileEntry } from 'generaltranslation/types'; export declare class PublishStep extends WorkflowStep { private gt; private spinner; constructor(gt: GT); run(files: PublishFileEntry[]): Promise; wait(): Promise; }