export declare const patchable: () => (proto: any, property?: string, descriptor?: any) => void; export declare const getPatchableProperties: (instance: any) => string[];