import { MockState } from './types';
export default function unsubscribe(self: MockState, type: string, name: string, id: number): Promise<boolean>;
