import { Platform } from '@ng-frrri/router-middleware/internal'; import { OperatorType } from '../enums/operator-type.enum'; export declare function deactivate(statePath: string): { type: OperatorType.Deactivate; statePath: string; platforms: Platform[]; };