import type { Exome } from "../constructor.ts";
export declare function getAllPropertyNames(obj: any): string[];
export declare const wrapper: <T extends Exome>(parent: T) => T;
