export declare class ScheduleWaitDto {
    runId: string;
    delayMs: number;
    waitKey?: string;
    waitSeq?: string;
}
