export declare class EnumReflection { static getNames(object: T): Array; static getValues(object: T): Array; }