import { PipeTransform } from '@angular/core';
export declare class KeysPipe implements PipeTransform {
    transform(value: any): string[];
}
