import LINQ from '@berish/linq';
export declare function getKeys(obj: any): LINQ<string>;
