import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
/**
 * [Document](https://ng.yunzainfo.com/theme/keys)
 */
export declare class KeysPipe implements PipeTransform {
    transform(value: any, keyIsNumber?: boolean): any[];
    static ɵfac: i0.ɵɵFactoryDeclaration<KeysPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<KeysPipe, "keys", true>;
}
