export declare const waitWithSignals: (
  ms: number,
  signals?: AbortSignal[]
) => Promise<void>;
