export declare function getDescriptors(prototype: object, ignores?: string[]): { [p: string]: PropertyDescriptor; }; export declare function getPropertyNames(prototype: object, ignores?: string[]): string[];