/**
 * Link multiple controllers so that when one aborts, they all abort with the same reason.
 * @param controllers The controllers to link.
 */
export declare function linkControllers(...controllers: Array<AbortController | AbortSignal>): void;
