import { Constructor } from "./constructor"; export declare function readInheritableStaticArrayValues(constructor: Constructor, propertyName: string): U[]; export declare function readInheritableStaticObjectPairs(constructor: Constructor, propertyName: string): [string, U][]; //# sourceMappingURL=inheritable_statics.d.ts.map