import { PipeTransform } from '@angular/core';
export declare class InvertPipe implements PipeTransform {
    transform(obj: any): Object;
}
