import type { GatewayPlugin } from '../types';
export declare function useCompleteSubscriptionsOnDispose(disposableStack: AsyncDisposableStack): GatewayPlugin;
