/** File generation is no longer needed */ export declare class UpdateFileGenerationStopBaseModel { _: 'updateFileGenerationStop'; /** Unique identifier for the generation process */ generationId: string; }