import { framer } from '@synnaxlabs/client'; /** @returns a telemetry subscription stub whose close is the given function. */ export declare const mockSubscription: (close: () => void) => framer.Subscription; //# sourceMappingURL=subscription.d.ts.map